summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service
diff options
context:
space:
mode:
authorMorten Tokle <mortent@oath.com>2018-02-20 11:04:34 +0100
committerMorten Tokle <mortent@oath.com>2018-02-21 13:50:23 +0100
commitc4f5b4018c93025c78bddb4d380272576fd01ef8 (patch)
tree61618efdbc53dcc0036d0a1d46bd38e009cac34c /athenz-identity-provider-service
parent7175f77035b02a9fc37e6a41d7433d6bff747fff (diff)
Add bouncycastle compile scope dep
Diffstat (limited to 'athenz-identity-provider-service')
-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>