Upgrade to Hibernate 5.2

See gh-6111
This commit is contained in:
Stephane Nicoll
2016-06-16 15:17:53 +02:00
parent d9d26cba1a
commit 2ff9e3cfdc
10 changed files with 35 additions and 18 deletions

View File

@@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<artifactId>hibernate-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>