From 15dafebe0d0fffe9d7474c097ad17fca4e7e586d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 14 Jan 2022 12:43:16 +0000 Subject: [PATCH] Polish "Avoid split java.xml packages that cause JDT compile errors" See gh-29389 --- spring-boot-project/spring-boot-docs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/build.gradle b/spring-boot-project/spring-boot-docs/build.gradle index 27b68809f55..c75683d2a0a 100644 --- a/spring-boot-project/spring-boot-docs/build.gradle +++ b/spring-boot-project/spring-boot-docs/build.gradle @@ -83,7 +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" + exclude group: "xml-apis", module: "xml-apis" } implementation("org.apache.commons:commons-dbcp2") { exclude group: "commons-logging", module: "commons-logging"