Skip to content

Commit 0f14178

Browse files
committed
Add remove junit-vintage-engine dependency to the JUnit4to5Migration. Fixes: #192
1 parent 7a8fa9c commit 0f14178

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/main/resources/META-INF/rewrite/junit5.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,14 @@ recipeList:
8282
groupId: junit
8383
artifactId: junit
8484
- org.openrewrite.maven.ExcludeDependency:
85+
groupId: junit
86+
artifactId: junit
87+
- org.openrewrite.maven.RemoveDependency:
8588
groupId: org.junit.vintage
8689
artifactId: junit-vintage-engine
8790
- org.openrewrite.maven.ExcludeDependency:
88-
groupId: junit
89-
artifactId: junit
91+
groupId: org.junit.vintage
92+
artifactId: junit-vintage-engine
9093
- org.openrewrite.maven.AddDependency:
9194
groupId: org.junit.jupiter
9295
artifactId: junit-jupiter-api

0 commit comments

Comments
 (0)