summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-09-04 17:50:00 +0200
committerGitHub <noreply@github.com>2023-09-04 17:50:00 +0200
commitecc63b46114df6049464af2956a8cd2f1beee156 (patch)
tree98fa71075d702e869817cc725d000ca915ebc2dc /jdisc_core
parent519e92cda5ada0155bda0dbbe0477bfb14a5c4e6 (diff)
parent7a54ac5b55185a6fbf56f95e620e0dba0e83df32 (diff)
Merge pull request #28379 from vespa-engine/bjorncs/remove-xml-apis
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 cde7aabdd91..e8529533320 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>