diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index fbdd667a00..21bc8d0090 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1071,9 +1071,6 @@ bom { } library("Log4j2", "2.16.0") { group("org.apache.logging.log4j") { - modules = [ - "log4j-to-slf4j" - ] imports = [ "log4j-bom" ]