Add optional 'apache-geode-extensions' dependency.

This commit is contained in:
John Blum
2020-04-24 14:43:02 -07:00
parent d0fb0b3485
commit d5a9883258

View File

@@ -18,6 +18,8 @@ dependencies {
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
optional project(':apache-geode-extensions')
optional "org.springframework:spring-test"
testCompile "junit:junit"