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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user