Skip to content

Commit

Permalink
Migrate from org.hibernate to org.hibernate.orm
Browse files Browse the repository at this point in the history
  • Loading branch information
sschnabe committed Jul 12, 2023
1 parent 398239d commit ed7b7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ed7b7ef

Please sign in to comment.