aboutsummaryrefslogtreecommitdiffstats
path: root/container-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-test/pom.xml')
-rw-r--r--container-test/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 3eebd64cc82..ee39fa7db3f 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -39,6 +39,18 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
+ <exclusions>
+ <exclusion>
+ <!-- See comment in container-dev pom -->
+ <groupId>jakarta.xml.bind</groupId>
+ <artifactId>jakarta.xml.bind-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <!-- See comment in container-dev pom -->
+ <groupId>jakarta.activation</groupId>
+ <artifactId>jakarta.activation-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.airlift</groupId>