Switch from direct compile-time dependency on 'org.springframework.data:spring-data-geode-test' to using the ':spring-geode-starter-test' module.

This commit is contained in:
John Blum
2019-08-23 01:56:01 -07:00
parent 4b64e46fe6
commit 38e2f6186f

View File

@@ -10,13 +10,13 @@ dependencies {
compile project(":spring-geode-starter-actuator")
compile "org.springframework.boot:spring-boot-starter-web"
compile("org.springframework.data:spring-data-geode-test") {
compile(project(":spring-geode-starter-test")) {
exclude group: "javax.servlet", module: "javax.servlet-api"
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
compile "org.springframework.boot:spring-boot-starter-web"
}
bootJar {