Skip to content

Commit

Permalink
fix: use surefire-junit47 provider for surefire/failsafe plugins (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored and codyoss committed Jan 3, 2020
1 parent 5c7f1ba commit d3bc105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -91,7 +91,7 @@
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<artifactId>surefire-junit47</artifactId>
<version>3.0.0-M4</version>
</dependency>
</dependencies>
Expand Down Expand Up @@ -128,7 +128,7 @@
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<artifactId>surefire-junit47</artifactId>
<version>3.0.0-M4</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit d3bc105

Please sign in to comment.