summaryrefslogtreecommitdiffstats
path: root/provided-dependencies
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 /provided-dependencies
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 'provided-dependencies')
-rwxr-xr-xprovided-dependencies/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/provided-dependencies/pom.xml b/provided-dependencies/pom.xml
index a1a1c1b85b1..562db6d4f1f 100755
--- a/provided-dependencies/pom.xml
+++ b/provided-dependencies/pom.xml
@@ -33,14 +33,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-lib</artifactId>
<version>${project.version}</version>