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 08a7630 commit 64f1467Copy full SHA for 64f1467
pom.xml
@@ -79,6 +79,11 @@
79
<artifactId>surefire-junit4</artifactId>
80
<version>3.0.0</version>
81
</dependency>
82
+ <dependency>
83
+ <groupId>org.testng</groupId>
84
+ <artifactId>testng</artifactId>
85
+ <version>${testng-version}</version>
86
+ </dependency>
87
</dependencies>
88
<configuration>
89
<testNGArtifactName>none:none</testNGArtifactName>
0 commit comments