Skip to content

Commit

Permalink
Remove and exclude JMockit dependencies after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jun 13, 2024
1 parent 7ed8029 commit 5f78370
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/META-INF/rewrite/jmockit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ recipeList:
version: 5.x
onlyIfUsing: org.mockito.*
acceptTransitive: true
- org.openrewrite.java.dependencies.RemoveDependency:
groupId: org.jmockit
artifactId: jmockit
- org.openrewrite.maven.ExcludeDependency:
groupId: org.jmockit
artifactId: jmockit

0 comments on commit 5f78370

Please sign in to comment.