Refactor logging dependencies for SBDG Starters Gradle build files.
Remove the exclude on 'org.apache.logging.log4j:log4j-to-slf4j'. Add an exclude on 'org.apache.logging.log4j:log4j-core'. Resolves gh-42.
This commit is contained in:
@@ -5,16 +5,12 @@ description = "Spring Boot Starter for Apache Geode"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile("org.springframework.boot:spring-boot-starter") {
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||
}
|
||||
compile "org.springframework.boot:spring-boot-starter"
|
||||
|
||||
compile(project(':spring-geode'))
|
||||
|
||||
compile(project(':spring-geode-autoconfigure'))
|
||||
|
||||
runtime 'javax.cache:cache-api'
|
||||
|
||||
runtime 'org.springframework.shell:spring-shell'
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user