summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index c6474730f42..c8ead0089d1 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -98,6 +98,14 @@
<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>