aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-athenz/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-03-07 16:14:35 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-03-07 16:14:35 +0100
commitc323e678fbd4426c234a612f11ddcc7fab1f4878 (patch)
tree6fdd04f3beea130f600f42701e28bee9d826445f /vespa-athenz/pom.xml
parentfc0798d2338cfd833027848cab73caa58b13ee27 (diff)
Don't bundle in BouncyCastle artifacts in vespa-athenz
Diffstat (limited to 'vespa-athenz/pom.xml')
-rw-r--r--vespa-athenz/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 31e56f76dd2..1f7fb789de1 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -23,6 +23,16 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <scope>provided</scope>
+ </dependency>
<!-- test -->
<dependency>
@@ -58,6 +68,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ </exclusion>
<!-- Exclude all Jersey bundles provided by JDisc -->
<exclusion>
<groupId>org.glassfish.jersey.core</groupId>