summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@oath.com>2018-02-20 11:04:34 +0100
committerMorten Tokle <mortent@oath.com>2018-02-20 11:04:34 +0100
commit5972520278bcddf761ac948b2c1255815351939a (patch)
tree6e57bcc198d4baa8cf427128fe6d823402fb19c8 /athenz-identity-provider-service/pom.xml
parentd2bb598fc5c89052e25cfee49960bb177bc9ff03 (diff)
Add bouncycastle compile scope dep
Diffstat (limited to 'athenz-identity-provider-service/pom.xml')
-rw-r--r--athenz-identity-provider-service/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/athenz-identity-provider-service/pom.xml b/athenz-identity-provider-service/pom.xml
index 92ecd36b0c3..57339159e3d 100644
--- a/athenz-identity-provider-service/pom.xml
+++ b/athenz-identity-provider-service/pom.xml
@@ -63,6 +63,16 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
+ <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>
<!-- TEST -->
<dependency>