Skip to content

Commit 0956c32

Browse files
committed
Reactivate tests
they were deactivated due to misconfiguration 6207166 where it was configured to use Junit4 although it is TestNg tests which are used Signed-off-by: Aurélien Pupier <apupier@ibm.com>
1 parent 741e73e commit 0956c32

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,11 @@
8585
<dependencies>
8686
<dependency>
8787
<groupId>org.apache.maven.surefire</groupId>
88-
<artifactId>surefire-junit4</artifactId>
88+
<artifactId>surefire-testng</artifactId>
8989
<version>${surefire-version}</version>
9090
</dependency>
9191
</dependencies>
9292
<configuration>
93-
<testNGArtifactName>none:none</testNGArtifactName>
9493
<argLine>-javaagent:${settings.localRepository}/org/jmockit/jmockit/${jmockit-version}/jmockit-${jmockit-version}.jar -XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
9594
</configuration>
9695
</plugin>

0 commit comments

Comments
 (0)