Remove exclude from Apache Geode dependencies on 'org.apache.logging.log4j:log4j-core'.

Resolves gh-48.
This commit is contained in:
John Blum
2020-09-18 02:06:27 -07:00
parent 74c4bdbcd9
commit 2aaaea76bf
8 changed files with 20 additions and 56 deletions

View File

@@ -9,10 +9,7 @@ description = "Spring Geode Sample demonstrating the use of Spring Boot Actuator
dependencies {
compile project(":spring-geode-starter-actuator")
compile(project(":spring-geode-starter-test")) {
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
compile project(":spring-geode-starter-test")
compile "org.springframework.boot:spring-boot-starter-web"