summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-09-29 14:29:36 +0200
committergjoranv <gv@verizonmedia.com>2022-09-29 14:30:21 +0200
commitbb1ddd620f92320c399a30d44188b5662af5de21 (patch)
treed3eff37a2ce7de56b8f99dbd31ba4fb85168ebeb /container-test
parent73813c15d3580d3f111656fc744943a6a60b12f8 (diff)
Remove test dep to jackson-dataformat-xml
Diffstat (limited to 'container-test')
-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>