summaryrefslogtreecommitdiffstats
path: root/controller-api/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-01-17 14:06:47 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-01-18 09:30:57 +0100
commit02b5e6e2dde58b7296ceb4bbd0904d63e4af518e (patch)
tree9a1965939b4dbd15d5a9771f76e21141f61c42bf /controller-api/pom.xml
parentfa51c2160c36082d12a22508ebe665df091b44fe (diff)
Add builder helper for SSLContext in vespa-athenz
Use new builder in AthenzSslContextProviderImpl
Diffstat (limited to 'controller-api/pom.xml')
-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>