summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-04-13 11:39:45 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-04-13 11:39:45 +0200
commit237e688162852114a3564f219f9d98dd78f8845c (patch)
tree8922a58f0aac004f96ab31d2e1e25e07ce6d5f99 /vespa-athenz
parentc128c1ea4b568d89daa822b8d91402b1fc55066c (diff)
Compile scope dependency on jjwt needed by auth-core
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 4f60089f626..45392a925a7 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -86,6 +86,18 @@
</exclusion>
</exclusions>
</dependency>
+ <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>
+ </dependency>
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>athenz-zpe-java-client</artifactId>