summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2023-08-29 14:54:56 +0200
committerGitHub <noreply@github.com>2023-08-29 14:54:56 +0200
commit71212bbb539f72bf1b0c049fc4d1646803b06060 (patch)
tree176adbee85f00f927a932fc3292d3c55ada73133 /vespa-athenz
parentbebac62b9fac0ce24f975e376380a4621d462520 (diff)
parent93d8df281c0f9dd29e8fd03e2a58d55b4fab9579 (diff)
Merge pull request #28238 from vespa-engine/balder/bring-some-libs-up2date
- Bring some libraries up to date.
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 b02fc366d07..55fd25f8b99 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -154,6 +154,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>