JAVA-3710: Replace hibernate-entitymanager dependency with hibernate-core

This commit is contained in:
Krzysztof Woyke
2020-12-24 13:07:07 +01:00
parent 95f98baeb3
commit 6af6f685fd
5 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<!-- JPA Persistence Dependencies -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
<scope>compile</scope>
</dependency>