From cb4f194445ee7b50b31e7de12523c1e515630593 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Wed, 12 Jul 2023 11:19:32 +0200 Subject: [PATCH] Migrate from `org.hibernate` to `org.hibernate.orm` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7e7bc8d..c2fbcdb 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ provided - org.hibernate + org.hibernate.orm hibernate-core provided