From 4f9e6b2cc7db2d2f8db91593bc491c16d2dadfb1 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Thu, 25 Jan 2024 13:45:26 +0100 Subject: [PATCH] Drop `:with-dependencies` qualifier for Guava recipes https://github.com/moderneinc/rewrite-recipe-starter/commit/3fd5d7a38d7fccb8cb55cbb62277e7bd5af3004a --- authoring-recipes/refaster-recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authoring-recipes/refaster-recipes.md b/authoring-recipes/refaster-recipes.md index 449ac5340c..ef881664ef 100644 --- a/authoring-recipes/refaster-recipes.md +++ b/authoring-recipes/refaster-recipes.md @@ -77,7 +77,7 @@ dependencies { implementation("org.openrewrite:rewrite-templating") // The `@BeforeTemplate` and `@AfterTemplate` annotations are needed for refaster style recipes - compileOnly("com.google.errorprone:error_prone_core:2.19.1:with-dependencies") { + compileOnly("com.google.errorprone:error_prone_core:2.19.1") { exclude("com.google.auto.service", "auto-service-annotations") } }