Change Spring Test for Apache Geode coordinates to org.springframework.data:spring-data-geode-test.

This commit is contained in:
John Blum
2018-06-01 18:34:43 -07:00
parent ba0c69a86b
commit 9b9efe6db2
4 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -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"
}
}