Add org.apache.xbean:xbean-asm9-shaded dependency to fix the CDI tests.

Closes #2173.
This commit is contained in:
John Blum
2021-09-26 19:10:08 -07:00
committed by Mark Paluch
parent e9e2050925
commit 9d0550a9e2

View File

@@ -184,6 +184,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
<version>${webbeans.xbean}</version>
<scope>test</scope>
</dependency>
<!-- Kotlin extension -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>