Skip to content

Commit

Permalink
Add remove junit-vintage-engine dependency to the JUnit4to5Migration. F…
Browse files Browse the repository at this point in the history
…ixes: #192
  • Loading branch information
pway99 committed Mar 17, 2022
1 parent 7a8fa9c commit 0f14178
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/META-INF/rewrite/junit5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,14 @@ recipeList:
groupId: junit
artifactId: junit
- org.openrewrite.maven.ExcludeDependency:
groupId: junit
artifactId: junit
- org.openrewrite.maven.RemoveDependency:
groupId: org.junit.vintage
artifactId: junit-vintage-engine
- org.openrewrite.maven.ExcludeDependency:
groupId: junit
artifactId: junit
groupId: org.junit.vintage
artifactId: junit-vintage-engine
- org.openrewrite.maven.AddDependency:
groupId: org.junit.jupiter
artifactId: junit-jupiter-api
Expand Down

0 comments on commit 0f14178

Please sign in to comment.