summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--container-test/pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 9e0ea06c801..65418f75ae2 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -51,22 +51,6 @@
<artifactId>icu4j</artifactId>
</dependency>
<dependency>
- <groupId>com.fasterxml.jackson.dataformat</groupId>
- <artifactId>jackson-dataformat-xml</artifactId>
- <exclusions>
- <exclusion>
- <!-- Conflicts with javax.activation:javax.activation-api:1.2.0, which is "exported" via jdisc_core. -->
- <groupId>jakarta.activation</groupId>
- <artifactId>jakarta.activation-api</artifactId>
- </exclusion>
- <exclusion>
- <!-- Conflicts with javax.xml.bind:jaxb-api:2.3, which is "exported" via jdisc_core.-->
- <groupId>jakarta.xml.bind</groupId>
- <artifactId>jakarta.xml.bind-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
<exclusions>