From a029ccab07f2dd71286804da620c513da9fdfc0e Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 1 Aug 2024 13:50:52 +0100 Subject: Fix on persistence.xml after updating hibernate dependencies - fix on side effects from drools-apps fix. - hibernate does not allow class annotated with @MappedSuperClass to have also @Table annotation. Issue-ID: POLICY-4955 Change-Id: I1493f58cd31646842220872c239629f3a499a9f3 Signed-off-by: adheli.tavares --- models-dao/pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'models-dao/pom.xml') diff --git a/models-dao/pom.xml b/models-dao/pom.xml index f10f6115a..1a3371530 100644 --- a/models-dao/pom.xml +++ b/models-dao/pom.xml @@ -51,12 +51,8 @@ test - org.hibernate - hibernate-core-jakarta - - - org.hibernate.validator - hibernate-validator + org.hibernate.orm + hibernate-core -- cgit 1.2.3-korg