Skip to content

Commit

Permalink
Add dependency on JUnit Jupiter (Aggregator) only, not api + engine (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim te Beek committed Aug 29, 2022
1 parent dcf156e commit be149bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/resources/META-INF/rewrite/junit5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,7 @@ recipeList:
artifactId: junit-vintage-engine
- org.openrewrite.maven.AddDependency:
groupId: org.junit.jupiter
artifactId: junit-jupiter-api
version: 5.x
onlyIfUsing: org.junit.jupiter.api.Test
- org.openrewrite.maven.AddDependency:
groupId: org.junit.jupiter
artifactId: junit-jupiter-engine
artifactId: junit-jupiter
version: 5.x
onlyIfUsing: org.junit.jupiter.api.Test
- org.openrewrite.maven.AddDependency:
Expand Down

0 comments on commit be149bb

Please sign in to comment.