Add test compile dependency and dependency management for org.springframework.data:spring-test-data-geode 0.0.1.BUILD-SNAPSHOT.

This commit is contained in:
John Blum
2018-05-23 20:02:20 -07:00
parent 1f8b98550d
commit dc63e34bc4
3 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,10 @@ apply from: IDE_GRADLE
description = "Spring Boot for Apache Geode"
repositories {
maven { url "https://repo.spring.io/libs-snapshot" }
}
dependencies {
compile "org.springframework:spring-context-support"
@@ -25,6 +29,7 @@ dependencies {
}
testCompile slf4jDependencies
testCompile "org.springframework.data:spring-test-data-geode"
testRuntime "javax.cache:cache-api"