Add test compile-time dependency on 'org.springframework.geode:spring-geode-starter-session'.

This commit is contained in:
John Blum
2019-08-19 14:20:08 -07:00
parent ffa2b68b57
commit 308de00f14

View File

@@ -24,6 +24,8 @@ dependencies {
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
}
testCompile project(":spring-geode-starter-session")
testCompile "org.springframework.data:spring-data-geode-test"
}