Upgrade to Pivotal GemFire 9.5.2.

Upgrade to Spring Boot 2.1.0.RC1.

Upgrade to Spring Data Release Train Lovelace-SR1.
This commit is contained in:
John Blum
2018-10-25 18:28:19 -07:00
parent e195db161b
commit ec90ef6c08
4 changed files with 12 additions and 9 deletions

View File

@@ -65,11 +65,6 @@
<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
@@ -83,6 +78,11 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode</artifactId>
</dependency>
</dependencies>
</project>