aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
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-test
parentc323e678fbd4426c234a612f11ddcc7fab1f4878 (diff)
Jdisc provides bouncycastle now, so don't hide it.
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 26f02767062..845660f638b 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -101,14 +101,5 @@
<artifactId>commons-digester</artifactId>
<version>1.8</version>
</dependency>
- <!-- Required for both jdisc_http_service and container-disc -->
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </dependency>
</dependencies>
</project>