Commit 2153a752 authored by Stephane Nicoll's avatar Stephane Nicoll

Add missing dependency management for hazelcast-hibernate53

Closes gh-15618
parent 5535d4d9
...@@ -678,6 +678,11 @@ ...@@ -678,6 +678,11 @@
<artifactId>hazelcast-hibernate52</artifactId> <artifactId>hazelcast-hibernate52</artifactId>
<version>${hazelcast-hibernate5.version}</version> <version>${hazelcast-hibernate5.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-hibernate53</artifactId>
<version>${hazelcast-hibernate5.version}</version>
</dependency>
<dependency> <dependency>
<groupId>com.hazelcast</groupId> <groupId>com.hazelcast</groupId>
<artifactId>hazelcast-spring</artifactId> <artifactId>hazelcast-spring</artifactId>
......
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