Skip to content

Commit d3bc105

Browse files
chingor13codyoss
authored andcommitted
fix: use surefire-junit47 provider for surefire/failsafe plugins (#81)
1 parent 5c7f1ba commit d3bc105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependencies>
9292
<dependency>
9393
<groupId>org.apache.maven.surefire</groupId>
94-
<artifactId>surefire-junit4</artifactId>
94+
<artifactId>surefire-junit47</artifactId>
9595
<version>3.0.0-M4</version>
9696
</dependency>
9797
</dependencies>
@@ -128,7 +128,7 @@
128128
<dependencies>
129129
<dependency>
130130
<groupId>org.apache.maven.surefire</groupId>
131-
<artifactId>surefire-junit4</artifactId>
131+
<artifactId>surefire-junit47</artifactId>
132132
<version>3.0.0-M4</version>
133133
</dependency>
134134
</dependencies>

0 commit comments

Comments
 (0)