diff --git a/spring-data-geode-test/build.gradle b/spring-data-geode-test/build.gradle index 3994248..722889a 100644 --- a/spring-data-geode-test/build.gradle +++ b/spring-data-geode-test/build.gradle @@ -11,6 +11,7 @@ dependencies { compile "org.projectlombok:lombok" compile "org.springframework:spring-test" compile "org.springframework.data:spring-data-geode" + optional "ch.qos.logback:logback-classic" provided ("org.springframework.boot:spring-boot-starter") { exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"; diff --git a/spring-data-geode-test/pom.xml b/spring-data-geode-test/pom.xml index df8b9c6..2076e51 100644 --- a/spring-data-geode-test/pom.xml +++ b/spring-data-geode-test/pom.xml @@ -83,6 +83,12 @@ spring-data-geode + + ch.qos.logback + logback-classic + true + +