Remove exclusions on 'org.springframework.boot:spring-boot-starter-logging'.

Add exclusion on 'org.apache.logging.log4j:log4j-to-slf4j'.
This commit is contained in:
John Blum
2019-04-29 19:49:36 -07:00
parent 473e31af30
commit f0e8b7964c
7 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ dependencies {
compile project(":spring-geode-starter-actuator")
compile ("org.springframework.boot:spring-boot-starter-web") {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
}
compile "org.springframework.data:spring-data-geode-test"
@@ -19,7 +19,7 @@ dependencies {
runtime "org.springframework.shell:spring-shell"
runtime ("org.springframework.boot:spring-boot-starter-jetty") {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
}
}