Skip to content

Commit

Permalink
chore: use relocated hibernate-core
Browse files Browse the repository at this point in the history
  • Loading branch information
cosminh11 committed Feb 14, 2024
1 parent f03e02c commit 4392ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cosmo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@

<!-- Hibernate -->
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<!-- hibernate -->

<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.core.version}</version>
</dependency>
Expand Down

0 comments on commit 4392ce3

Please # to comment.