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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user