File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 309
309
<surefire .rerunFailingTestsCount>0</surefire .rerunFailingTestsCount>
310
310
<swissbox .version>1.8.3</swissbox .version>
311
311
<testcontainers .version>1.19.7</testcontainers .version>
312
+ <testng .version>7.10.2</testng .version>
312
313
<tinybundles .version>3.0.0</tinybundles .version>
313
314
<versions .maven.plugin.version>2.16.2</versions .maven.plugin.version>
314
315
<wildfly .common.version>1.7.0.Final</wildfly .common.version>
1217
1218
</exclusion >
1218
1219
</exclusions >
1219
1220
</dependency >
1221
+ <dependency >
1222
+ <groupId >org.testng</groupId >
1223
+ <artifactId >testng</artifactId >
1224
+ <version >${testng.version} </version >
1225
+ </dependency >
1220
1226
<dependency >
1221
1227
<groupId >org.wildfly.common</groupId >
1222
1228
<artifactId >wildfly-common</artifactId >
You can’t perform that action at this time.
0 commit comments