Skip to content

Commit

Permalink
Switch to java.dependencies.ChangeDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed May 6, 2024
1 parent 0f7fc95 commit 41a01da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/META-INF/rewrite/junit5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ recipeList:
oldPackageName: okhttp3.mockwebserver
newPackageName: mockwebserver3
recursive: true
- org.openrewrite.maven.ChangeDependencyGroupIdAndArtifactId:
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.squareup.okhttp3
oldArtifactId: mockwebserver
newArtifactId: mockwebserver3-junit5
Expand Down Expand Up @@ -301,10 +301,9 @@ tags:
- junit
- xmlunit
recipeList:
- org.openrewrite.maven.ChangeDependencyGroupIdAndArtifactId:
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: xmlunit
oldArtifactId: xmlunit
newGroupId: org.xmlunit
newArtifactId: xmlunit-legacy
newVersion: 2.x
---

0 comments on commit 41a01da

Please sign in to comment.