summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-06 01:17:59 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:29 +0200
commitb2270049df9a03c1c811513fc93ee11f06dd4cf1 (patch)
tree3353ec1d5dd3fc52c55fa6c06a6775fb16948475 /container-test
parent52a0ba9c3951004884bbdfad403546ed6d2278a5 (diff)
Stop providing bouncycastle via the 'container' artifact.
- Add missing dependencies for security-utils so that bouncycastle import-packages are generated for modules that formerly relied only on container-dev or provided-dependencies. - Add bouncycastle to container-test
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>