Skip to content

Commit

Permalink
Add the junit-platform-surefire-provider to maven poms as part of the…
Browse files Browse the repository at this point in the history
… Junit 5 upgrade
  • Loading branch information
sambsnyd committed May 20, 2024
1 parent 4700bd2 commit 72e218f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/rewrite/junit5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ recipeList:
pluginArtifactId: maven-surefire-plugin
groupId: org.apache.maven.surefire
artifactId: surefire-junit*
- org.openrewrite.maven.AddPlugin:
groupId: org.junit.platform
artifactId: junit-platform-surefire-provider
version: 1.1.0
- org.openrewrite.java.testing.junit5.UseHamcrestAssertThat
- org.openrewrite.java.testing.junit5.MigrateAssumptions
- org.openrewrite.java.testing.junit5.UseMockitoExtension
Expand Down

0 comments on commit 72e218f

Please sign in to comment.