Commit 5e6abd24 authored by Vedran Pavic's avatar Vedran Pavic Committed by Andy Wilkinson

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
parent dab71476
...@@ -83,7 +83,6 @@ ...@@ -83,7 +83,6 @@
<h2.version>1.4.193</h2.version> <h2.version>1.4.193</h2.version>
<hamcrest.version>1.3</hamcrest.version> <hamcrest.version>1.3</hamcrest.version>
<hazelcast.version>3.7.4</hazelcast.version> <hazelcast.version>3.7.4</hazelcast.version>
<hazelcast-hibernate4.version>3.7.1</hazelcast-hibernate4.version>
<hazelcast-hibernate5.version>1.1.3</hazelcast-hibernate5.version> <hazelcast-hibernate5.version>1.1.3</hazelcast-hibernate5.version>
<hibernate.version>5.2.5.Final</hibernate.version> <hibernate.version>5.2.5.Final</hibernate.version>
<hibernate-validator.version>5.3.4.Final</hibernate-validator.version> <hibernate-validator.version>5.3.4.Final</hibernate-validator.version>
...@@ -656,7 +655,7 @@ ...@@ -656,7 +655,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.hazelcast</groupId> <groupId>com.hazelcast</groupId>
<artifactId>hazelcast-hibernate5</artifactId> <artifactId>hazelcast-hibernate52</artifactId>
<version>${hazelcast-hibernate5.version}</version> <version>${hazelcast-hibernate5.version}</version>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment