Skip to content

Commit 5f01caa

Browse files
authored
Add guava-33 type table entry for AssertJIterableRulesRecipes from EPS (#843)
* Revert "Depend on rewrite-third-party for the type table entries (#841)" This reverts commit 4a3bf4e. * Add `guava-33` to type table for `AssertJIterableRules`
1 parent cf5ba29 commit 5f01caa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ recipeDependencies {
1111
parserClasspath("com.github.stefanbirkner:system-rules:1.19.0")
1212
parserClasspath("com.github.tomakehurst:wiremock-jre8:2.35.0")
1313
parserClasspath("com.google.errorprone:error_prone_core:2.+")
14+
parserClasspath("com.google.guava:guava:33.5.0-jre")
1415
parserClasspath("com.squareup.okhttp3:mockwebserver:3.14.9")
1516
parserClasspath("com.squareup.okhttp3:mockwebserver:4.10.0")
1617
parserClasspath("junit:junit:4.+")
@@ -67,7 +68,7 @@ dependencies {
6768
implementation("org.openrewrite.recipe:rewrite-java-dependencies:${rewriteVersion}")
6869
implementation("org.openrewrite.recipe:rewrite-static-analysis:${rewriteVersion}")
6970

70-
runtimeOnly("org.openrewrite.recipe:rewrite-third-party:${rewriteVersion}")
71+
runtimeOnly("tech.picnic.error-prone-support:error-prone-contrib:${rewriteVersion}:recipes")
7172
compileOnly("org.junit.jupiter:junit-jupiter-engine:5.13.3")
7273
compileOnly("org.assertj:assertj-core:3.+")
7374

215 KB
Binary file not shown.

0 commit comments

Comments
 (0)