summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
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>