diff --git a/exist-core/pom.xml b/exist-core/pom.xml index 0e9080847e..c22524cb6b 100644 --- a/exist-core/pom.xml +++ b/exist-core/pom.xml @@ -156,7 +156,8 @@ jing 20241231 - + + xml-apis xml-apis @@ -321,6 +322,7 @@ com.evolvedbinary.thirdparty.xml-apis xml-apis + com.evolvedbinary.thirdparty.org.apache.ws.commons.util ws-commons-util @@ -341,6 +343,11 @@ xmlresolver ${xmlresolver.version} + + + xml-apis + xml-apis + xerces @@ -356,6 +363,11 @@ data runtime + + + xml-apis + xml-apis + xerces @@ -2267,7 +2279,7 @@ The BaseX Team. The original license statement is also included below.]]>org.apache.maven.plugins maven-javadoc-plugin - org.exist.xquery.parser:org.exist.xquery.xqdoc.parser + ${project.build.sourceDirectory}:${project.build.directory}/generated-sources/annotations:${project.build.directory}/generated-sources/antlr diff --git a/extensions/indexes/ngram/pom.xml b/extensions/indexes/ngram/pom.xml index 3ef141a177..c3bd6425f2 100644 --- a/extensions/indexes/ngram/pom.xml +++ b/extensions/indexes/ngram/pom.xml @@ -86,6 +86,12 @@ xml-apis + + com.evolvedbinary.j8fu + j8fu + test + + commons-io commons-io @@ -104,6 +110,12 @@ test + + org.xmlunit + xmlunit-core + test + + org.xmlunit xmlunit-matchers diff --git a/extensions/modules/expathrepo/pom.xml b/extensions/modules/expathrepo/pom.xml index bde173b814..4f5b2cf9bc 100644 --- a/extensions/modules/expathrepo/pom.xml +++ b/extensions/modules/expathrepo/pom.xml @@ -92,6 +92,11 @@ xml-apis + + com.google.code.findbugs + jsr305 + + junit