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

This commit is contained in:
Krzysztof Woyke 2020-12-24 12:41:29 +01:00
parent a87e15120b
commit a07556adaf
1 changed files with 1 additions and 1 deletions

View File

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