summaryrefslogtreecommitdiffstats
path: root/vespajlib/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-09-14 08:34:48 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:21 +0100
commit178903a8b938738e7fc1db18eea850863f9461ed (patch)
tree2c466235ece1c4e4a39f1a16e6ce55c60eafbbc8 /vespajlib/pom.xml
parent6e7198c87d0451b3ac441bb21348ab9cf71bf699 (diff)
Move BouncyCastle preinstall declaration to vespajlib
Diffstat (limited to 'vespajlib/pom.xml')
-rw-r--r--vespajlib/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 48f70abba15..3f57bcf1b99 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -90,7 +90,14 @@
<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>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>