aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-disc/pom.xml')
-rw-r--r--container-disc/pom.xml21
1 files changed, 3 insertions, 18 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index b9ce5a1b7ac..bd8a3340622 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -136,25 +136,10 @@
<artifactId>httpclient</artifactId>
<scope>compile</scope>
</dependency>
- <!-- TODO Use BouncyCastle directly -->
<dependency>
- <groupId>com.yahoo.athenz</groupId>
- <artifactId>athenz-auth-core</artifactId>
- <version>${athenz.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.amazonaws</groupId>
- <artifactId>aws-java-sdk-s3</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.kohsuke</groupId>
- <artifactId>libpam4j</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <scope>compile</scope>
</dependency>
</dependencies>
<properties>