summaryrefslogtreecommitdiffstats
path: root/controller-api/pom.xml
diff options
context:
space:
mode:
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>