summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-03-07 15:31:18 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-03-07 15:31:18 +0100
commited1eaf007f954b2212c068abad8f11d0c2cb7e41 (patch)
tree89ee12ef77e12499321e339d1b4274a9229cc7d8 /athenz-identity-provider-service/pom.xml
parent4c78b141dae4ce29e66cd4803b8318fcc3bde1c0 (diff)
Don't bundle in BouncyCastle artifacts in athenz-identity-provider-service
Diffstat (limited to 'athenz-identity-provider-service/pom.xml')
-rw-r--r--athenz-identity-provider-service/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/athenz-identity-provider-service/pom.xml b/athenz-identity-provider-service/pom.xml
index 50d045a8198..257c1caf447 100644
--- a/athenz-identity-provider-service/pom.xml
+++ b/athenz-identity-provider-service/pom.xml
@@ -66,12 +66,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.athenz</groupId>