summaryrefslogtreecommitdiffstats
path: root/parent
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 /parent
parentc3ee6199624f99eb695a0d397b800a0fd6ab326d (diff)
Remove xml-apis as it's part of Java standard library
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index eeacc667b22..1da2698b4cb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1120,6 +1120,12 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>${xerces.vespa.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency> <!-- TODO: Remove on Vespa 9 -->
<groupId>org.json</groupId>