summaryrefslogtreecommitdiffstats
path: root/controller-api/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-12-14 15:55:02 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2017-12-15 11:25:35 +0100
commitb9eee31ea876a8909c90162294a869bd3478d702 (patch)
treef8eaef4c8ae1dc9046ea343a80fc00e6bccf89a4 /controller-api/pom.xml
parent25e335782b31cb20ef19a36fc4c87e64411756e7 (diff)
Add hostname verifier that verifies CN in Athenz x509 certificates
Diffstat (limited to 'controller-api/pom.xml')
-rw-r--r--controller-api/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/controller-api/pom.xml b/controller-api/pom.xml
index 5ef130a22ba..ff084810301 100644
--- a/controller-api/pom.xml
+++ b/controller-api/pom.xml
@@ -128,6 +128,19 @@
<scope>test</scope>
</dependency>
+ <!-- Required for AthenzIdentityVerifierTest -->
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+
</dependencies>
<build>