Refactor dependencies and ensure the log4j-to-slf4j dependency gets excluded.
Remove testCompile slf4j dependencies.
This commit is contained in:
@@ -4,8 +4,8 @@ description = "Spring Boot for Apache Geode Actuator Auto-Configuration"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(":spring-geode-autoconfigure")
|
||||
compile project(":spring-geode-actuator")
|
||||
compile project(":spring-geode-autoconfigure")
|
||||
|
||||
testCompile "org.assertj:assertj-core"
|
||||
testCompile "junit:junit"
|
||||
@@ -18,5 +18,5 @@ dependencies {
|
||||
}
|
||||
|
||||
testCompile "org.springframework.data:spring-data-geode-test"
|
||||
testCompile slf4jDependencies
|
||||
|
||||
}
|
||||
|
||||
@@ -6,7 +6,9 @@ dependencies {
|
||||
|
||||
compile project(":spring-geode")
|
||||
|
||||
compile 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
compile ("org.springframework.boot:spring-boot-starter-actuator") {
|
||||
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
|
||||
}
|
||||
|
||||
testCompile "org.assertj:assertj-core"
|
||||
testCompile "junit:junit"
|
||||
@@ -19,6 +21,5 @@ dependencies {
|
||||
}
|
||||
|
||||
testCompile "org.springframework.data:spring-data-geode-test"
|
||||
testCompile slf4jDependencies
|
||||
|
||||
}
|
||||
|
||||
@@ -21,7 +21,6 @@ dependencies {
|
||||
}
|
||||
|
||||
testCompile "org.springframework.data:spring-data-geode-test"
|
||||
testCompile slf4jDependencies
|
||||
|
||||
testRuntime "javax.cache:cache-api"
|
||||
|
||||
|
||||
@@ -23,6 +23,5 @@ dependencies {
|
||||
}
|
||||
|
||||
testCompile "org.springframework.data:spring-data-geode-test"
|
||||
testCompile slf4jDependencies
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user