From 5e6abd24711919d8de0e42581f06fc2be6bfd1fd Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Wed, 4 Jan 2017 17:00:56 +0100 Subject: [PATCH] Replace dep mgmt for hazelcast-hiberate5 with hazelcast-hibernate52 Hibernate 5.2 is now the minimum supported version so providing dependency management for hazelcast-hiberate5 no longer makes sense. This commit replaces it with dependency management for hazelcast-hibernate52. Closes gh-7869 --- spring-boot-dependencies/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index b7ff4a445fc..bd32b2ed9eb 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -83,7 +83,6 @@ 1.4.193 1.3 3.7.4 - 3.7.1 1.1.3 5.2.5.Final 5.3.4.Final @@ -656,7 +655,7 @@ com.hazelcast - hazelcast-hibernate5 + hazelcast-hibernate52 ${hazelcast-hibernate5.version}