summaryrefslogtreecommitdiffstats
path: root/vespa-athenz/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2020-03-02 20:14:48 +0100
committerGitHub <noreply@github.com>2020-03-02 20:14:48 +0100
commitde22b211316e6cafeba4eef803b3796f93cc6721 (patch)
tree56426d0ee8702393718440da747ae39b78cec9ad /vespa-athenz/pom.xml
parent9b6b0c8e13fd688747fdc7abc5aad479f958e34e (diff)
Revert "Add access token expiry time"
Diffstat (limited to 'vespa-athenz/pom.xml')
-rw-r--r--vespa-athenz/pom.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 7d2ad924ae3..0f23eaed964 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -131,17 +131,7 @@
<artifactId>jackson-annotations</artifactId>
</exclusion>
</exclusions>
- </dependency>
- <dependency>
- <groupId>com.auth0</groupId>
- <artifactId>java-jwt</artifactId>
- <exclusions>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
+ </dependency>
</dependencies>
<build>