Add optional 'spring-geode-starter-logging' dependency.

This commit is contained in:
John Blum
2020-04-29 20:55:21 -07:00
parent 08bb53f792
commit 0053484007

View File

@@ -9,6 +9,8 @@ dependencies {
compile project(':spring-geode-starter')
optional project(":spring-geode-starter-logging")
testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
testCompile "org.mockito:mockito-core"