summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-16 14:17:41 +0200
committergjoranv <gv@verizonmedia.com>2022-06-16 14:18:07 +0200
commit30889648c5275d81070be697ca00947132e5851f (patch)
tree50cfc152a655256322f8b92365098969b99fa79c /container-test
parent615c787ed69c02a2cc606c2d0a94cc0883b8ea47 (diff)
Remove unnecessary deps to security-utils, now included in container-dev
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index a938329dd72..be65f2c9a51 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -98,14 +98,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </dependency>
- <dependency>
<!-- required for container-search code using org.json -->
<groupId>org.json</groupId>
<artifactId>json</artifactId>