aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
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-test
parentd0bc14f3761a7f86c0286f62a99d20a531305e17 (diff)
Use BouncyCastle directly instead through athenz-auth-core
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 262fdc9da14..7aaffed652e 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -100,16 +100,14 @@
<artifactId>commons-digester</artifactId>
<version>1.8</version>
</dependency>
+ <!-- Required for both jdisc_http_service and container-disc -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
- <version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
- <version>${bouncycastle.version}</version>
</dependency>
-
</dependencies>
</project>