JAVA-3710: Use hibernate-core in spring-jpa-2

This commit is contained in:
Krzysztof Woyke
2020-12-24 12:45:51 +01:00
parent c0e9f88462
commit 2b94913e91

View File

@@ -46,7 +46,7 @@
<!-- persistence -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>