aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-03-07 16:23:22 +0100
committergjoranv <gv@oath.com>2018-03-07 17:10:17 +0100
commitb51ad76a2c2cd8a36b356f196e470e1cfc5a60e6 (patch)
treeab497953d720f84230da241625f04a808cd3687c /container-dev
parentc323e678fbd4426c234a612f11ddcc7fab1f4878 (diff)
Jdisc provides bouncycastle now, so don't hide it.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 16006452e61..53153a05c4a 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -38,16 +38,6 @@
<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>
@@ -114,14 +104,6 @@
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.tensorflow</groupId>
<artifactId>proto</artifactId>
</exclusion>