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 a07556adaf
commit 95f98baeb3
1 changed files with 1 additions and 1 deletions

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>