Switch testRuntime dependency scope to testRuntimeOnly in spring-session-data-geode.gradle build file.

This commit is contained in:
John Blum
2022-03-16 16:42:33 -07:00
parent f390e65c92
commit c166682a08

View File

@@ -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"