summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-09-11 15:49:04 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-09-11 15:49:04 +0200
commitf88436b88996dbbfaf26c0b1f1642bb09fa0c110 (patch)
tree2531c97120db30ccb95b61f93e347aef36a59a18 /config-proxy
parent02aca09a84b4ceb8c66918d04263145d90ff2dce (diff)
Add BouncyCastle as compile dependency to config-proxy
Diffstat (limited to 'config-proxy')
-rw-r--r--config-proxy/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index a266f68efe2..0985eeca6cf 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -63,6 +63,11 @@
<artifactId>filedistribution</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
<plugins>