summaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index ec6a99f4817..51eb199bdb9 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -49,6 +49,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>security-utils</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
@@ -72,6 +78,10 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>config</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>