summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-08-29 14:05:55 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-08-29 14:05:55 +0200
commit93d8df281c0f9dd29e8fd03e2a58d55b4fab9579 (patch)
treed468809a9ee92700dddbadd8d72b5e727a478a47 /vespa-athenz
parent25adbdafef9b9348ec03b7babef59512c304d3bb (diff)
Exclude jakarta.activation
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 66b369f00fe..2a500f32f72 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -158,6 +158,10 @@
<artifactId>jakarta.activation-api</artifactId>
</exclusion>
<exclusion>
+ <groupId>com.sun.activation</groupId>
+ <artifactId>jakarta.activation</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>