Skip to content

Commit

Permalink
Do not remove log4j-to-slf4j as part of Log4jToSlf4j
Browse files Browse the repository at this point in the history
Fixes #182
  • Loading branch information
timtebeek committed Oct 23, 2024
1 parent 2b23a3f commit 7213dea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/resources/META-INF/rewrite/slf4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ recipeList:
# and migrate it to the latest version of slf4j (1.x currently, but will be 2.x in the future)
- org.openrewrite.java.logging.slf4j.Log4j1ToSlf4j1
- org.openrewrite.java.logging.slf4j.LoggersNamedForEnclosingClass
- org.openrewrite.java.dependencies.RemoveDependency:
groupId: org.apache.logging.log4j
artifactId: log4j-to-slf4j
- org.openrewrite.java.dependencies.UpgradeDependencyVersion:
groupId: org.apache.logging.log4j
artifactId: log4j-api
Expand Down

0 comments on commit 7213dea

Please sign in to comment.