summaryrefslogtreecommitdiffstats
path: root/docker-api
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-03-07 16:54:21 +0100
committergjoranv <gv@oath.com>2018-03-07 17:10:18 +0100
commitd8d690817817ff704119bd33630fe48ad3f3e8be (patch)
tree106909211dcb15b1ec2c7bf78709c632e8ff08b4 /docker-api
parentb51ad76a2c2cd8a36b356f196e470e1cfc5a60e6 (diff)
Use bouncycastle from container-dev.
Diffstat (limited to 'docker-api')
-rw-r--r--docker-api/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index e2ddd8dbcc9..e82bc86d349 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -73,6 +73,14 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>