summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorMorten Tokle <mortent@yahooinc.com>2023-05-05 12:40:43 +0200
committerGitHub <noreply@github.com>2023-05-05 12:40:43 +0200
commit4ee7d2ab29c502e2145fe9eba9747f9720341be4 (patch)
tree69ed743a50b6142a7120f31657c7a35f315be687 /vespa-athenz
parent61563ece462c8dc0a6a38f275e7af7907172cddd (diff)
parentfba3ea069bad515c7fb8ffc9da26aa9e437ca3b0 (diff)
Merge branch 'master' into mortent/athenz-1.11.28
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 04172e1d49e..a6f83fb102f 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -196,6 +196,11 @@
</dependency>
<dependency> <!-- needed by auth-core -->
<groupId>io.jsonwebtoken</groupId>
+ <artifactId>jjwt-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency> <!-- needed by auth-core -->
+ <groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<scope>compile</scope>
<exclusions>