Skip to content

Commit

Permalink
Drop :with-dependencies qualifier for Guava recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jan 25, 2024
1 parent dbc8e9d commit 4f9e6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authoring-recipes/refaster-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
Expand Down

0 comments on commit 4f9e6b2

Please sign in to comment.