summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-02-08 16:24:20 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-02-08 16:24:20 +0100
commitd33dcbba0577d968d661265d14e8d895fca9fa87 (patch)
tree4d0102d33569d24e6e1aa6e3e9e376a35bef9a3c
parent2bcdfcaf991b4029925383c33b03fa002ca08691 (diff)
Bouncycastle must be loaded as separate bundles
-rw-r--r--node-admin/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 1818694ced5..9484525a8ec 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -126,6 +126,16 @@
<artifactId>velocity</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<plugins>