Migrate from org.hibernate to org.hibernate.orm

This commit is contained in:
Stephan Schnabel 2023-07-12 11:19:32 +02:00
parent d14c6bb297
commit cb4f194445
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543

View file

@ -126,7 +126,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<scope>provided</scope>
<exclusions>