aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-04-13 13:26:33 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-04-13 13:26:33 +0200
commita07dcede48d72b2e7e1486bbed11568a20620ab3 (patch)
tree52b94cd0bbae8c755c46f72dfa9a8b88415da27d /vespa-athenz
parent27e019b44baf71be323d47754bda3f4aabdc9bcb (diff)
Set jjwt version in parent
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 0d21c5895be..653eb58d76d 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -89,13 +89,11 @@
<dependency> <!-- needed by auth-core -->
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
- <version>0.11.2</version>
<scope>compile</scope>
</dependency>
<dependency> <!-- needed by auth-core -->
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
- <version>0.11.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>