Skip to content

Commit 761e284

Browse files
jxblummp911de
authored andcommitted
Add org.apache.xbean:xbean-asm9-shaded dependency to fix the CDI tests.
Closes #2173.
1 parent 1ad006a commit 761e284

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@
184184
<scope>test</scope>
185185
</dependency>
186186

187+
<dependency>
188+
<groupId>org.apache.xbean</groupId>
189+
<artifactId>xbean-asm9-shaded</artifactId>
190+
<version>${webbeans.xbean}</version>
191+
<scope>test</scope>
192+
</dependency>
193+
187194
<!-- Kotlin extension -->
188195
<dependency>
189196
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)