Switch testRuntime dependency scope to testRuntimeOnly in spring-session-data-geode.gradle build file.
This commit is contained in:
@@ -27,8 +27,8 @@ dependencies {
|
||||
|
||||
testImplementation "org.springframework:spring-web"
|
||||
|
||||
testRuntime "ch.qos.logback:logback-classic"
|
||||
testRuntime "org.apache.logging.log4j:log4j-to-slf4j"
|
||||
testRuntimeOnly "ch.qos.logback:logback-classic"
|
||||
testRuntimeOnly "org.apache.logging.log4j:log4j-to-slf4j"
|
||||
|
||||
integrationTestCompile "com.google.code.findbugs:jsr305:$findbugsVersion"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user