#329 - Added Spring Data Geode to the release train BOM.

This commit is contained in:
Oliver Gierke
2017-05-04 07:59:40 +02:00
parent 9952a074b6
commit af14a83369

View File

@@ -53,12 +53,17 @@
<version>3.0.0.BUILD-SNAPSHOT</version>
</dependency>
<!-- Spring Data Gemfire -->
<!-- Spring Data Gemfire / Geode -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
<!-- Spring Data JPA -->
<dependency>