summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-10-25 16:50:30 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-10-25 16:50:30 +0200
commitc0401cc6f373007922e9ec6afba7c472dd2fb7d6 (patch)
tree5fd4c94325204d9a9a112b865f7973efc49c5a97
parentd584ece125486c8fe400a00f2f797e924df9b920 (diff)
Cleanup vespa-athenz pom.xml
-rw-r--r--vespa-athenz/pom.xml36
1 files changed, 2 insertions, 34 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 0ff648e271c..e38475e65c8 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -51,7 +51,8 @@
<!-- compile -->
<dependency>
<groupId>com.yahoo.athenz</groupId>
- <artifactId>athenz-zms-java-client</artifactId>
+ <artifactId>athenz-auth-core</artifactId>
+ <version>${athenz.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -62,39 +63,6 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
- <!-- Exclude all Jersey bundles provided by JDisc -->
- <exclusion>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-client</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.glassfish.jersey.media</groupId>
- <artifactId>jersey-media-json-jackson</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>
- <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>