Skip to content

Commit

Permalink
deps: use org.hibernate.orm:hibernate-core instead of hibernate-core-…
Browse files Browse the repository at this point in the history
…jakarta (#1500)

Fixes #1462
  • Loading branch information
paulcwarren authored Jul 7, 2023
1 parent 6906942 commit efb9028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spring-content-fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<version>${jakarta-persistence-api.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-jakarta</artifactId>
<version>${hibernate.version}</version>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate-orm.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit efb9028

Please sign in to comment.