Skip to content

Commit 66eba6f

Browse files
author
Vincent Potucek
committed
[rewrite] remove unused JavaSecurityBestPractices
Signed-off-by: Vincent Potucek <vpotucek@me.com>
1 parent 284bb6e commit 66eba6f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

gradle/rewrite.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ rewrite {
2121
failOnDryRunResults = true
2222
}
2323
dependencies {
24-
rewrite('org.openrewrite.recipe:rewrite-java-security:3.22.0')
2524
rewrite('org.openrewrite.recipe:rewrite-migrate-java:3.22.0')
2625
rewrite('org.openrewrite.recipe:rewrite-rewrite:0.16.0')
2726
rewrite('org.openrewrite.recipe:rewrite-static-analysis:2.22.0')

rewrite.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ recipeList:
2020
- org.openrewrite.java.migrate.util.SequencedCollection
2121
- org.openrewrite.java.recipes.JavaRecipeBestPractices
2222
- org.openrewrite.java.recipes.RecipeTestingBestPractices
23-
- org.openrewrite.java.security.JavaSecurityBestPractices
2423
- org.openrewrite.staticanalysis.BufferedWriterCreationRecipes
2524
- org.openrewrite.staticanalysis.CommonStaticAnalysis
2625
- org.openrewrite.staticanalysis.EqualsAvoidsNull

0 commit comments

Comments
 (0)