diff options
Diffstat (limited to 'applications/common/pom.xml')
-rw-r--r-- | applications/common/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index bba2440e..c9254911 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -79,8 +79,8 @@ <version>4.0.0</version> </dependency> <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-core-jakarta</artifactId> + <groupId>org.hibernate.orm</groupId> + <artifactId>hibernate-core</artifactId> </dependency> <dependency> <groupId>org.glassfish.jersey.inject</groupId> |