summaryrefslogtreecommitdiffstats
path: root/vespa-athenz/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2021-04-13 16:32:14 +0200
committerGitHub <noreply@github.com>2021-04-13 16:32:14 +0200
commite04fd8a5b71de587e4fd1d5615733c5c1cb1a9d5 (patch)
treea002e8221b7d9dbec13ec3b5b8a2c6d73acfb9fd /vespa-athenz/pom.xml
parenta5f88e456dd105f1c47d2c42329a1c7f97cdde72 (diff)
Revert "Revert "Revert "Jonmv/reapply upgrade athenz"""
Diffstat (limited to 'vespa-athenz/pom.xml')
-rw-r--r--vespa-athenz/pom.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 653eb58d76d..7d2ad924ae3 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -65,14 +65,6 @@
</exclusion>
<!--Exclude all Jackson bundles provided by JDisc -->
<exclusion>
- <groupId>jakarta.activation</groupId>
- <artifactId>jakarta.activation-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>jakarta.xml.bind</groupId>
- <artifactId>jakarta.xml.bind-api</artifactId>
- </exclusion>
- <exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
@@ -86,22 +78,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency> <!-- needed by auth-core -->
- <groupId>io.jsonwebtoken</groupId>
- <artifactId>jjwt-impl</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency> <!-- needed by auth-core -->
- <groupId>io.jsonwebtoken</groupId>
- <artifactId>jjwt-jackson</artifactId>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>athenz-zpe-java-client</artifactId>