Migrate from org.hibernate to org.hibernate.orm

This commit is contained in:
Stephan Schnabel 2023-07-12 11:19:32 +02:00 committed by Stephan Schnabel
parent 398239d79c
commit ed7b7ef82a

View file

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