summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 35417a314f8..8bb759bf867 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -37,6 +37,16 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>jdisc_http_service</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>