We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43ad4a commit 29f3d9bCopy full SHA for 29f3d9b
pom.xml
@@ -89,6 +89,12 @@
89
<version>${mockito.verson}</version>
90
<scope>test</scope>
91
</dependency>
92
+ <dependency>
93
+ <groupId>org.jboss.weld</groupId>
94
+ <artifactId>weld-junit5</artifactId>
95
+ <version>5.0.1.Final</version>
96
+ <scope>test</scope>
97
+ </dependency>
98
<dependency>
99
<groupId>net.datafaker</groupId>
100
<artifactId>datafaker</artifactId>
0 commit comments