Remove dependency management for hibernate-entitymanager

Closes gh-8433
This commit is contained in:
Vedran Pavic
2017-02-28 08:17:55 +01:00
committed by Stephane Nicoll
parent 9c88ba3b90
commit 1c789f1a8d
9 changed files with 6 additions and 30 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>