aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
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-disc
parentc323e678fbd4426c234a612f11ddcc7fab1f4878 (diff)
Jdisc provides bouncycastle now, so don't hide it.
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 811af33ff8c..9128d1033be 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -143,11 +143,6 @@
<artifactId>httpclient</artifactId>
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- <scope>compile</scope>
- </dependency>
</dependencies>
<properties>
<!-- These versions must be the ones used by the current jersey version (see vespa_jersey2/target/dependency).