summaryrefslogtreecommitdiffstats
path: root/vespa-athenz/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-04-13 10:42:55 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-04-13 10:42:55 +0200
commitc128c1ea4b568d89daa822b8d91402b1fc55066c (patch)
tree02306fddb0c81892c9cd58024f0c43c563b283c9 /vespa-athenz/pom.xml
parentba3de27c17e516f6b5ce8c67ab4e517c575cbb29 (diff)
Exclude preinstalled bundles from compile scope from auth-core
Diffstat (limited to 'vespa-athenz/pom.xml')
-rw-r--r--vespa-athenz/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 7d2ad924ae3..4f60089f626 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -63,6 +63,14 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>jakarta.activation</groupId>
+ <artifactId>jakarta.activation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <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>