Skip to content

Commit

Permalink
Java 11 recipe no longer adds JDeprScan plugin (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmck257 authored Dec 10, 2022
1 parent feab5e1 commit c398880
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/META-INF/rewrite/java-version-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ recipeList:
- org.openrewrite.java.migrate.javax.AddJaxbDependencies
- org.openrewrite.java.migrate.javax.AddJaxwsDependencies
- org.openrewrite.java.migrate.javax.AddInjectDependencies
# Add jdeprscan plugin to a maven-based build.
- org.openrewrite.java.migrate.AddJDeprScanPlugin
# Remediate deprecations
- org.openrewrite.java.cleanup.BigDecimalRoundingConstantsToEnums
- org.openrewrite.java.cleanup.PrimitiveWrapperClassConstructorToValueOf
Expand Down

0 comments on commit c398880

Please sign in to comment.