From d87588c950b6cfb63998e571e05e3a2d4170e70c Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 16 Sep 2020 22:24:43 +0200 Subject: [PATCH] Replace spring-data-gemfire with spring-data-geode See https://github.com/spring-projects/spring-data-geode/commit/f088aeb5ddc33f9d597bc11cd9ce5bc3cdcaf0e2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cd1959b02..0407bfcf7 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ allprojects { springRetryVersion = '1.3.0' springAmqpVersion = '2.3.0-SNAPSHOT' springDataCommonsVersion = '2.4.0-SNAPSHOT' - springDataGemfireVersion = '2.4.0-SNAPSHOT' + springDataGeodeVersion = '2.4.0-SNAPSHOT' springDataJpaVersion = '2.4.0-SNAPSHOT' springDataMongodbVersion = '3.1.0-SNAPSHOT' springIntegrationVersion = '5.4.0-SNAPSHOT' @@ -382,7 +382,7 @@ project('spring-batch-infrastructure') { optional "org.springframework:spring-tx:$springVersion" optional "org.springframework.data:spring-data-commons:$springDataCommonsVersion" optional "org.springframework.data:spring-data-mongodb:$springDataMongodbVersion" - optional "org.springframework.data:spring-data-gemfire:$springDataGemfireVersion" + optional "org.springframework.data:spring-data-geode:$springDataGeodeVersion" optional "org.neo4j:neo4j-ogm-core:$neo4jVersion" compile("com.fasterxml.woodstox:woodstox-core:$woodstoxVersion") { dep -> optional dep