summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-10-06 17:11:45 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-10-09 10:54:43 +0200
commit002861a2b09d6e1899bebda11eeeac66c164b82a (patch)
tree6949d7af29b57fa2099d464933c5c4b69ac3c83b /jdisc_http_service/pom.xml
parent37948412c0e3d0170250989a886c44b274e34fc9 (diff)
Open-source PEM keystore for JDisc
Diffstat (limited to 'jdisc_http_service/pom.xml')
-rw-r--r--jdisc_http_service/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index 9da06709533..d8c0b0bc29c 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -16,6 +16,16 @@
<name>${project.artifactId}</name>
<dependencies>
<dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<scope>provided</scope>