summaryrefslogtreecommitdiffstats
path: root/controller-server/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-07-05 17:21:20 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-07-05 17:21:20 +0200
commitbe4d31b70c0cb186b87aae95fa2ccb392d39b9cc (patch)
tree06f14a4a5dd9162899ab8e27832e0ee21afb78f6 /controller-server/pom.xml
parent20d413cee8e3c7553101187f6778d214fe8c7708 (diff)
Remove ZtsClient in controller-api/controller-server
- Replace old ZtsClient with new one from vespa-athenz module - Add getControllerIdentity() to AthenzClientFactory - Remove dependency on athenz-zts-java-client
Diffstat (limited to 'controller-server/pom.xml')
-rw-r--r--controller-server/pom.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index 93204845fbe..66fefd6f2fe 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -174,31 +174,6 @@
</exclusions>
</dependency>
- <dependency>
- <groupId>com.yahoo.athenz</groupId>
- <artifactId>athenz-zts-java-client</artifactId>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- <!--Exclude all Jackson bundles provided by JDisc -->
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-annotations</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<!-- test -->
<dependency>