Add logging dependencies to enable log output from Spring Session and Apache Geode.

Add 'ch.qos.logback:logback-classic' test runtime dependency to classpath.

Add 'org.apache.logging.log4j:log4j-to-slf4j' test runtime dependency to classpath.
This commit is contained in:
John Blum
2020-01-24 00:41:34 -08:00
parent 65eb9980c5
commit cd3b0b462f

View File

@@ -32,8 +32,8 @@ 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"
testRuntime "ch.qos.logback:logback-classic"
testRuntime "org.apache.logging.log4j:log4j-to-slf4j"
integrationTestRuntime "org.springframework.shell:spring-shell"