From c8679184c18360e9af8300354cf5ab2c6dafdb1b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 2 Nov 2022 11:54:09 +0000 Subject: [PATCH] Remove dependency management for Hazelcast Hibernate 5 Closes gh-32953 --- spring-boot-project/spring-boot-dependencies/build.gradle | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 74f3b8c693a..92580689db0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -337,14 +337,6 @@ bom { ] } } - library("Hazelcast Hibernate5", "2.2.1") { - group("com.hazelcast") { - modules = [ - "hazelcast-hibernate52", - "hazelcast-hibernate53" - ] - } - } library("Hibernate", "6.1.5.Final") { group("org.hibernate.orm") { modules = [