summaryrefslogtreecommitdiffstats
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
parent27e019b44baf71be323d47754bda3f4aabdc9bcb (diff)
Set jjwt version in parent
-rw-r--r--parent/pom.xml16
-rw-r--r--vespa-athenz/pom.xml2
2 files changed, 16 insertions, 2 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 80fe5640e54..097f72a1943 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -472,6 +472,21 @@
<version>${athenz.version}</version>
</dependency>
<dependency>
+ <groupId>io.jsonwebtoken</groupId>
+ <artifactId>jjwt-api</artifactId>
+ <version>${jjwt.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.jsonwebtoken</groupId>
+ <artifactId>jjwt-impl</artifactId>
+ <version>${jjwt.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.jsonwebtoken</groupId>
+ <artifactId>jjwt-jackson</artifactId>
+ <version>${jjwt.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>${commons.math3.version}</version>
@@ -765,6 +780,7 @@
<asm.version>7.0</asm.version>
<!-- Athenz dependencies. Make sure these dependencies match those in Vespa's internal repositories -->
<athenz.version>1.10.11</athenz.version>
+ <jjwt.version>0.11.2</jjwt.version>
<aws.sdk.version>1.11.974</aws.sdk.version>
<!-- WARNING: If you change curator version, you also need to update
zkfacade/src/main/java/org/apache/curator/**/package-info.java
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>