Skip to content

Commit 0d24ee2

Browse files
authored
remove dependency: google truth (#821)
1 parent c4fb5ba commit 0d24ee2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,7 @@ recipeList:
221221
- org.openrewrite.java.ChangeType:
222222
oldFullyQualifiedTypeName: com.google.common.truth.Truth
223223
newFullyQualifiedTypeName: org.assertj.core.api.Assertions
224+
225+
- org.openrewrite.java.dependencies.RemoveDependency:
226+
groupId: com.google.truth
227+
artifactId: truth

0 commit comments

Comments
 (0)