Avoid split java.xml packages that cause JDT compile errors

Without this change I get compiler errors from JDT in the IDE
(VSCode). It seems to be harmless from the point of view of the
command line build with the JDK.

See gh-29389
This commit is contained in:
Dave Syer
2022-01-14 08:43:23 +00:00
committed by Andy Wilkinson
parent abb88b9aeb
commit 32a6c7df49

View File

@@ -83,6 +83,7 @@ dependencies {
implementation("jakarta.validation:jakarta.validation-api")
implementation("net.sourceforge.htmlunit:htmlunit") {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "xerces", module: "xercesImpl"
}
implementation("org.apache.commons:commons-dbcp2") {
exclude group: "commons-logging", module: "commons-logging"