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