Merge pull request #29389 from dsyer

* gh-29389:
  Polish "Avoid split java.xml packages that cause JDT compile errors"
  Avoid split java.xml packages that cause JDT compile errors

Closes gh-29389
This commit is contained in:
Andy Wilkinson 2022-01-14 13:13:49 +00:00
commit 1ffdfa6c63
1 changed files with 1 additions and 0 deletions

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: "xml-apis", module: "xml-apis"
}
implementation("org.apache.commons:commons-dbcp2") {
exclude group: "commons-logging", module: "commons-logging"