summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-04-13 11:40:05 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-04-13 11:40:05 +0200
commitc786930dbab9867817e05ee2fe097bbb50f29cd8 (patch)
tree23aa7fb26591c7ab2080c3302d1659cd4fc23827 /vespa-athenz
parent237e688162852114a3564f219f9d98dd78f8845c (diff)
Exclude provided dependencies from auth-core
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 45392a925a7..0d21c5895be 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -63,6 +63,7 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
+ <!--Exclude all Jackson bundles provided by JDisc -->
<exclusion>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
@@ -71,7 +72,6 @@
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
- <!--Exclude all Jackson bundles provided by JDisc -->
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
@@ -97,6 +97,12 @@
<artifactId>jjwt-jackson</artifactId>
<version>0.11.2</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.athenz</groupId>