summaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
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-disc/pom.xml
parentd0bc14f3761a7f86c0286f62a99d20a531305e17 (diff)
Use BouncyCastle directly instead through athenz-auth-core
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>