From 8fecaa2c3008ec6a9f9653b991e017caa84423ed Mon Sep 17 00:00:00 2001 From: jdyer1 Date: Mon, 6 Nov 2023 15:57:43 -0600 Subject: [PATCH] WN-5141 - CDI: update beans.xml for Jakarta EE 9 - use "annotated=all" as "FooService.java" does not have a CDI annotation --- plugins/cdi/pom.xml | 6 ++---- plugins/cdi/src/test/resources/META-INF/beans.xml | 7 ++++++- pom.xml | 8 ++++---- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/plugins/cdi/pom.xml b/plugins/cdi/pom.xml index 00ad8e265..1f0c0d0a0 100644 --- a/plugins/cdi/pom.xml +++ b/plugins/cdi/pom.xml @@ -42,14 +42,12 @@ org.jboss.weld - weld-core - provided + weld-core-impl org.jboss.weld.se - weld-se - test + weld-se-core diff --git a/plugins/cdi/src/test/resources/META-INF/beans.xml b/plugins/cdi/src/test/resources/META-INF/beans.xml index a02ea94b9..0c119baa0 100644 --- a/plugins/cdi/src/test/resources/META-INF/beans.xml +++ b/plugins/cdi/src/test/resources/META-INF/beans.xml @@ -19,4 +19,9 @@ * under the License. */ --> - \ No newline at end of file + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 93fc4040d..7dd6a1835 100644 --- a/pom.xml +++ b/pom.xml @@ -1075,14 +1075,14 @@ org.jboss.weld - weld-core - 2.4.8.Final + weld-core-impl + 5.1.2.Final org.jboss.weld.se - weld-se - 2.4.8.Final + weld-se-core + 5.1.2.Final