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 2b94913e91
commit 62735a4764
5 changed files with 4 additions and 9 deletions

View File

@@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
<scope>provided</scope>
<exclusions>