Commit Graph

19 Commits

Author SHA1 Message Date
John Blum
416497545c Upgrade to Apache Geode 1.13.2. 2021-04-09 15:21:43 -07:00
John Blum
e0db4b4b04 Remove explicit dependency management for Byte Buddy and Mockito.
Let the Spring Boot BOM (dependency management) manage the versions of Byte Buddy and Mockito based on the baseline Spring Boot version.
2021-02-02 12:29:08 -08:00
John Blum
4b32e26dae Upgrade to VMware Tanzu (Pivotal) GemFire 9.10.5.
Add dependency management for Apache Geode.

Add dependency management for VMware Tanzu (Pivotal) GemFire.
2020-11-10 11:58:54 -08:00
John Blum
6fb1306bde Remove dependency management for Spring Session for VMware Tanzu (Pivotal) GemFire. 2020-09-17 21:50:52 -07:00
John Blum
62e001efc7 Remove dependency management for Spring Data for VMware Tanzu (Pivotal) GemFire. 2020-09-17 21:49:43 -07:00
John Blum
4ae8a27392 Re-organize (reorder) the overridden dependency declarations. 2020-02-23 18:07:45 -08:00
John Blum
58b06425e3 Add finer grained dependency management for both Spring Data Geode and Spring Data GemFire.
This allows the SBDG project to independently control the Spring Data for Apache Geode & Pivotal GemFire transitive dependencies separately from the other Spring Data Modules in the Spring Data Release Train, which are either 1) determined by Spring Boot or 2) the springDataReleaseTrainVersion property.  This allows SDG 2.3.0.BUILD-SNAPSHOT to be used while maintaining the Spring Data Release Train 2.3.0.M1 version as used by Spring Boot, for example.
2020-01-27 14:22:03 -08:00
John Blum
f365cebaa5 Add dependency management for org.testcontainers:testcontainers:1.10.6. 2019-06-13 01:08:38 -07:00
John Blum
de098bcc10 Declare dependency management for 'org.springframework.session:spring-session-data-gemfire'. 2019-05-22 17:16:27 -07:00
John Blum
c288270df9 Add dependency management for ByteBuddy.
Set ByteBuddy version to 1.9.10 to match Mockito 2.27.0.
2019-04-11 12:37:25 -07:00
John Blum
5df0bcd280 Override required Mockito version; set to 2.22.0. 2018-09-19 11:31:14 -07:00
John Blum
ce5519f06c Add Spring Boot auto-configuration support for Spring Session using Apache Geode or Pivotal GemFire as the Session state management provider.
Resolves gh-3.
2018-08-24 00:44:01 -07:00
John Blum
6c7c9f1630 Rename springDataGeodeTest version property to springDataGeodeTestVersion.
Re-organize version properties alpabetically.
2018-08-08 19:09:16 -07:00
John Blum
4066dd054f Switch project dependency management to using Spring Boot Dependencies BOM to manage all project dependencies and versions. 2018-06-20 14:12:37 -07:00
John Blum
9b9efe6db2 Change Spring Test for Apache Geode coordinates to org.springframework.data:spring-data-geode-test. 2018-06-01 18:34:43 -07:00
John Blum
dc63e34bc4 Add test compile dependency and dependency management for org.springframework.data:spring-test-data-geode 0.0.1.BUILD-SNAPSHOT. 2018-05-23 20:09:29 -07:00
John Blum
1d9250a9ba Add test runtime dependency on the JCache API 1.0.0. 2018-05-22 17:11:34 -07:00
John Blum
0b97742411 Add project test dependency on Lombok 1.16.20. 2018-05-22 14:23:53 -07:00
John Blum
acabf3fccb Convert Spring Boot Data Geode/GemFire project into a Gradle project. 2018-01-24 16:10:53 -08:00