diff options
Diffstat (limited to 'integrity-audit/pom.xml')
-rw-r--r-- | integrity-audit/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index ed75aa58..f2cd6f0e 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -57,8 +57,8 @@ <artifactId>lombok</artifactId> </dependency> <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-core-jakarta</artifactId> + <groupId>org.hibernate.orm</groupId> + <artifactId>hibernate-core</artifactId> <scope>provided</scope> </dependency> <dependency> |