Change Spring Test for Apache Geode coordinates to org.springframework.data:spring-data-geode-test.
This commit is contained in:
@@ -31,7 +31,7 @@ dependencies {
|
||||
}
|
||||
|
||||
testCompile slf4jDependencies
|
||||
testCompile "org.springframework.data:spring-test-data-geode"
|
||||
testCompile "org.springframework.data:spring-data-geode-test"
|
||||
|
||||
testRuntime "javax.cache:cache-api"
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ dependencies {
|
||||
}
|
||||
|
||||
testCompile slf4jDependencies
|
||||
testCompile "org.springframework.data:spring-test-data-geode"
|
||||
testCompile "org.springframework.data:spring-data-geode-test"
|
||||
|
||||
// integrationTestRuntime "org.springframework.shell:spring-shell"
|
||||
|
||||
|
||||
@@ -16,5 +16,5 @@ springDataGemFireVersion=2.0.7.RELEASE
|
||||
springDataGeodeVersion=2.0.7.RELEASE
|
||||
springDataReleaseTrainVersion=Kay-SR7
|
||||
springShellVersion=1.2.0.RELEASE
|
||||
springTestDataGeode=0.0.1.BUILD-SNAPSHOT
|
||||
springDataGeodeTest=0.0.1.BUILD-SNAPSHOT
|
||||
version=1.0.0.BUILD-SNAPSHOT
|
||||
|
||||
@@ -18,7 +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.data:spring-data-geode-test:$springDataGeodeTest"
|
||||
dependency "org.springframework.shell:spring-shell:$springShellVersion"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user