aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-08 12:03:59 +0200
committergjoranv <gv@verizonmedia.com>2021-10-08 12:03:59 +0200
commitb6bd0a578b822e6d889ae40e3d808ab892870d40 (patch)
tree472002f755f7298b5874d2e6d4b2cc71432d10a6 /container-disc
parenta6b7ec5af213d5f3bdd71593064322c232ad7c87 (diff)
Do not embed bouncycastle or security-utils in container-disc
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>