Skip to content

Commit be149bb

Browse files
author
Tim te Beek
authored
Add dependency on JUnit Jupiter (Aggregator) only, not api + engine (#255)
1 parent dcf156e commit be149bb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,7 @@ recipeList:
9797
artifactId: junit-vintage-engine
9898
- org.openrewrite.maven.AddDependency:
9999
groupId: org.junit.jupiter
100-
artifactId: junit-jupiter-api
101-
version: 5.x
102-
onlyIfUsing: org.junit.jupiter.api.Test
103-
- org.openrewrite.maven.AddDependency:
104-
groupId: org.junit.jupiter
105-
artifactId: junit-jupiter-engine
100+
artifactId: junit-jupiter
106101
version: 5.x
107102
onlyIfUsing: org.junit.jupiter.api.Test
108103
- org.openrewrite.maven.AddDependency:

0 commit comments

Comments
 (0)