summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/controller-api/pom.xml b/controller-api/pom.xml
index 53d84b786ae..1607d6bea0e 100644
--- a/controller-api/pom.xml
+++ b/controller-api/pom.xml
@@ -70,19 +70,6 @@
<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>