From 9d0550a9e239705cb678bdfab2570386ddab9c7e Mon Sep 17 00:00:00 2001 From: John Blum Date: Sun, 26 Sep 2021 19:10:08 -0700 Subject: [PATCH] Add org.apache.xbean:xbean-asm9-shaded dependency to fix the CDI tests. Closes #2173. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index f4be7acfa..f96432e39 100644 --- a/pom.xml +++ b/pom.xml @@ -184,6 +184,13 @@ test + + org.apache.xbean + xbean-asm9-shaded + ${webbeans.xbean} + test + + org.jetbrains.kotlin