summaryrefslogtreecommitdiffstats
path: root/vespajlib/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-09-19 14:34:14 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:22 +0100
commite3eb38a73b3b4e85e96218461205dfce6df0fa64 (patch)
tree9c31851c2272b5ce3d3d50e89d4eea2293e278de /vespajlib/pom.xml
parentefa8fb852caaf8d63209faefc8391694e2d1e011 (diff)
Move BouncyCastle preinstall declaration to container-disc
Diffstat (limited to 'vespajlib/pom.xml')
-rw-r--r--vespajlib/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 3f57bcf1b99..fbd1fb8d215 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -90,12 +90,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
- <configuration>
- <discPreInstallBundle>
- bcpkix-jdk15on-${bouncycastle.version}.jar,
- bcprov-jdk15on-${bouncycastle.version}.jar,
- </discPreInstallBundle>
- </configuration>
</plugin>
<plugin>