File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ allprojects {
52
52
springRetryVersion = ' 1.3.0'
53
53
springAmqpVersion = ' 2.3.0-SNAPSHOT'
54
54
springDataCommonsVersion = ' 2.4.0-SNAPSHOT'
55
- springDataGemfireVersion = ' 2.4.0-SNAPSHOT'
55
+ springDataGeodeVersion = ' 2.4.0-SNAPSHOT'
56
56
springDataJpaVersion = ' 2.4.0-SNAPSHOT'
57
57
springDataMongodbVersion = ' 3.1.0-SNAPSHOT'
58
58
springIntegrationVersion = ' 5.4.0-SNAPSHOT'
@@ -382,7 +382,7 @@ project('spring-batch-infrastructure') {
382
382
optional " org.springframework:spring-tx:$springVersion "
383
383
optional " org.springframework.data:spring-data-commons:$springDataCommonsVersion "
384
384
optional " org.springframework.data:spring-data-mongodb:$springDataMongodbVersion "
385
- optional " org.springframework.data:spring-data-gemfire: $s pringDataGemfireVersion "
385
+ optional " org.springframework.data:spring-data-geode: $s pringDataGeodeVersion "
386
386
optional " org.neo4j:neo4j-ogm-core:$neo4jVersion "
387
387
compile(" com.fasterxml.woodstox:woodstox-core:$woodstoxVersion " ) { dep ->
388
388
optional dep
You can’t perform that action at this time.
0 commit comments