From 3b30d14d2bef00bc2c891111f050300fe568183f Mon Sep 17 00:00:00 2001 From: Joe DiPol Date: Wed, 11 Oct 2023 17:02:35 -0700 Subject: [PATCH] Remove exclusion of jandex dependency now that hibernate has been upgraded (#7778) --- integrations/cdi/hibernate-cdi/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/integrations/cdi/hibernate-cdi/pom.xml b/integrations/cdi/hibernate-cdi/pom.xml index 4ccd023f16b..1e7d5805e1f 100644 --- a/integrations/cdi/hibernate-cdi/pom.xml +++ b/integrations/cdi/hibernate-cdi/pom.xml @@ -71,13 +71,6 @@ org.hibernate.orm hibernate-core compile - - - - org.jboss - jandex - -