Skip to content

Commit

Permalink
Drop reactive streams recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jan 16, 2025
1 parent c9fe336 commit c3e95af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ dependencies {
runtimeOnly("org.openrewrite.recipe:rewrite-micrometer:$rewriteVersion")
runtimeOnly("org.openrewrite.recipe:rewrite-migrate-java:$rewriteVersion")
runtimeOnly("org.openrewrite.recipe:rewrite-openapi:${rewriteVersion}")
runtimeOnly("org.openrewrite.recipe:rewrite-reactive-streams:$rewriteVersion")
runtimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:$rewriteVersion")

testRuntimeOnly("ch.qos.logback:logback-classic:1.+")
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/rewrite/spring-boot-31.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ recipeList:
artifactId: "*"
newVersion: 2.2.x
- org.openrewrite.hibernate.MigrateToHibernate62
- org.openrewrite.reactive.reactor.UpgradeReactor_3_5
- org.openrewrite.java.testing.mockito.Mockito4to5Only

0 comments on commit c3e95af

Please sign in to comment.