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"

View File

@@ -17,4 +17,5 @@ springDataGeodeVersion=2.0.7.RELEASE
springDataReleaseTrainVersion=Kay-SR7
springIoVersion=Cairo-RELEASE
springShellVersion=1.2.0.RELEASE
springTestDataGeode=0.0.1.BUILD-SNAPSHOT
version=1.0.0.BUILD-SNAPSHOT

View File

@@ -18,6 +18,7 @@ dependencyManagement {
dependency "org.slf4j:jcl-over-slf4j:$slf4jVersion"
dependency "org.slf4j:jul-to-slf4j:$slf4jVersion"
dependency "org.slf4j:log4j-over-slf4j:$slf4jVersion"
dependency "org.springframework.data:spring-test-data-geode:$springTestDataGeode"
dependency "org.springframework.shell:spring-shell:$springShellVersion"
}
}