summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-22 11:21:12 +0200
committerGitHub <noreply@github.com>2022-06-22 11:21:12 +0200
commita42bd3417161b499d64fec03c24aff2c355b646b (patch)
tree9f61318b4744ae83a33976645397a30007f92817 /container-test
parent3b7f3a0d41e9c9b0337caa69cd0cda995fb1a244 (diff)
parent30889648c5275d81070be697ca00947132e5851f (diff)
Merge pull request #23133 from vespa-engine/move-bouncycastle-exclusion
Move bouncycastle exclusion
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 ab5a2dc3612..7d49a276663 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -103,14 +103,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>