Add Log4j and SLF4J logging libraries to the test runtime classpath.

This commit is contained in:
John Blum
2019-11-20 18:40:31 -08:00
parent 72b257abb3
commit 613cd7612f

View File

@@ -28,6 +28,9 @@ dependencies {
testCompile "org.springframework.data:spring-data-geode-test"
testCompile slf4jDependencies
// testRuntime "org.apache.logging.log4j:log4j-to-slf4j"
// testRuntime "ch.qos.logback:logback-classic"
integrationTestRuntime "org.springframework.shell:spring-shell"
}