From 613cd7612f872f0283312d93dae54a4f3db09458 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 20 Nov 2019 18:40:31 -0800 Subject: [PATCH] Add Log4j and SLF4J logging libraries to the test runtime classpath. --- spring-session-data-geode/spring-session-data-geode.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-session-data-geode/spring-session-data-geode.gradle b/spring-session-data-geode/spring-session-data-geode.gradle index 8bded2a..90ad401 100644 --- a/spring-session-data-geode/spring-session-data-geode.gradle +++ b/spring-session-data-geode/spring-session-data-geode.gradle @@ -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" }