aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-16 10:48:21 +0200
committergjoranv <gv@verizonmedia.com>2022-06-16 10:48:21 +0200
commit615c787ed69c02a2cc606c2d0a94cc0883b8ea47 (patch)
tree56b9b4e0f51ef13e88c7729ea7d9c20a2d8e25a1 /container-dev
parenta18e28e54245fb33bc3cc17bf7ad1e3ba8a75263 (diff)
Move bouncycastle exclusion from container-dev to container.
- Usage is allowed in vespa internal container bundles. We just want to make it invisible to users.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 192d902400a..0ba3a9ed468 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -241,12 +241,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>jrt</artifactId>
<version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- NOTE: Dependencies below are added explicitly to exclude transitive deps that are not provided runtime by the container,