Skip to content

Commit ce46d99

Browse files
committed
Merge pull request #7869 from Vedran Pavić
* gh-7869: Replace dep mgmt for hazelcast-hiberate5 with hazelcast-hibernate52
2 parents dab7147 + 5e6abd2 commit ce46d99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
<h2.version>1.4.193</h2.version>
8484
<hamcrest.version>1.3</hamcrest.version>
8585
<hazelcast.version>3.7.4</hazelcast.version>
86-
<hazelcast-hibernate4.version>3.7.1</hazelcast-hibernate4.version>
8786
<hazelcast-hibernate5.version>1.1.3</hazelcast-hibernate5.version>
8887
<hibernate.version>5.2.5.Final</hibernate.version>
8988
<hibernate-validator.version>5.3.4.Final</hibernate-validator.version>
@@ -656,7 +655,7 @@
656655
</dependency>
657656
<dependency>
658657
<groupId>com.hazelcast</groupId>
659-
<artifactId>hazelcast-hibernate5</artifactId>
658+
<artifactId>hazelcast-hibernate52</artifactId>
660659
<version>${hazelcast-hibernate5.version}</version>
661660
</dependency>
662661
<dependency>

0 commit comments

Comments
 (0)