diff --git a/spring-geode-starter-logging/spring-geode-starter-logging.gradle b/spring-geode-starter-logging/spring-geode-starter-logging.gradle index 86d1851e..f6b736c9 100644 --- a/spring-geode-starter-logging/spring-geode-starter-logging.gradle +++ b/spring-geode-starter-logging/spring-geode-starter-logging.gradle @@ -5,7 +5,10 @@ description = "Spring Boot Logging Starter for Apache Geode with Logback as the dependencies { + compile "ch.qos.logback:logback-classic" compile "org.apache.logging.log4j:log4j-to-slf4j" compile "org.springframework.boot:spring-boot-starter-logging" + testRuntime project(":spring-geode-starter-test") + }