summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-09-04 14:11:42 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-09-04 16:38:34 +0200
commit7a54ac5b55185a6fbf56f95e620e0dba0e83df32 (patch)
tree0c438cd5899f15791770ccba8cfcdb88435bab44 /jdisc_core
parentc3ee6199624f99eb695a0d397b800a0fd6ab326d (diff)
Remove xml-apis as it's part of Java standard library
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 4471269358a..879a7fd2950 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -36,11 +36,6 @@
<!-- jaxb end -->
<dependency>
- <!-- Newer version than the one in rt.jar, including the ElementTraversal class needed by Xerces (Aug 2015, still valid Sep 2017) -->
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </dependency>
- <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>