Browse Source

Remove redundant log4j-to-slf4j

See gh-29019
pull/29161/head
copbint 4 years ago committed by Stephane Nicoll
parent
commit
0a9a6639e5
  1. 3
      spring-boot-project/spring-boot-dependencies/build.gradle

3
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1059,9 +1059,6 @@ bom { @@ -1059,9 +1059,6 @@ bom {
}
library("Log4j2", "2.16.0") {
group("org.apache.logging.log4j") {
modules = [
"log4j-to-slf4j"
]
imports = [
"log4j-bom"
]

Loading…
Cancel
Save