summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-05-03 16:31:09 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-05-03 16:31:09 +0200
commit716b18a38a62b08ad9ea4f88d95ff952d504b55d (patch)
tree495edcb571d6bc6970c3366b16251f4a36568083 /vespa-athenz
parent8cdaca6f87fc99ce9c3b726cf15524d8214e842b (diff)
Bump jjwt, aws-sdk-java and ensure all jackson dependencies follow use same version
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 29a4058e180..788dc4448f6 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -64,6 +64,11 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-cbor</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
@@ -189,6 +194,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>