diff --git a/geode-spring-boot-autoconfigure/geode-spring-boot-autoconfigure.gradle b/geode-spring-boot-autoconfigure/geode-spring-boot-autoconfigure.gradle index 47aea3f9..a14e3d0d 100644 --- a/geode-spring-boot-autoconfigure/geode-spring-boot-autoconfigure.gradle +++ b/geode-spring-boot-autoconfigure/geode-spring-boot-autoconfigure.gradle @@ -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" diff --git a/geode-spring-boot/geode-spring-boot.gradle b/geode-spring-boot/geode-spring-boot.gradle index 62a92385..e84d923e 100644 --- a/geode-spring-boot/geode-spring-boot.gradle +++ b/geode-spring-boot/geode-spring-boot.gradle @@ -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" diff --git a/gradle.properties b/gradle.properties index af7d0e0e..935a77cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/gradle/dependency-management.gradle b/gradle/dependency-management.gradle index 20769adf..a4dd2d49 100644 --- a/gradle/dependency-management.gradle +++ b/gradle/dependency-management.gradle @@ -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" } }