summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-10-24 11:10:16 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-10-24 12:44:04 +0200
commitaf797df442133621d681e2c2d0b4ea5661964348 (patch)
tree0a57efc1b23ec8f19e1b897860fd28e7ddadb986 /container-dev
parentd0bc14f3761a7f86c0286f62a99d20a531305e17 (diff)
Use BouncyCastle directly instead through athenz-auth-core
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index c6cbeacd2c0..8eb8cab1677 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -116,8 +116,12 @@
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
- <groupId>com.yahoo.athenz</groupId>
- <artifactId>athenz-auth-core</artifactId>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>