Skip to content

Commit

Permalink
Add missing dependency management for hazelcast-hibernate53
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jan 6, 2019
1 parent 5535d4d commit 2153a75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spring-boot-project/spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,11 @@
<artifactId>hazelcast-hibernate52</artifactId>
<version>${hazelcast-hibernate5.version}</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-hibernate53</artifactId>
<version>${hazelcast-hibernate5.version}</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-spring</artifactId>
Expand Down

0 comments on commit 2153a75

Please sign in to comment.