aboutsummaryrefslogtreecommitdiffstats
path: root/container
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
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')
-rw-r--r--container/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container/pom.xml b/container/pom.xml
index b2a3a1baef8..4cda7b346b3 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -23,6 +23,10 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>