diff --git a/spring-boot-project/spring-boot-docs/build.gradle b/spring-boot-project/spring-boot-docs/build.gradle index 5e1d7954e3..c75683d2a0 100644 --- a/spring-boot-project/spring-boot-docs/build.gradle +++ b/spring-boot-project/spring-boot-docs/build.gradle @@ -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"