Skip to content

Commit

Permalink
Revert "Add Micrometer 1.13.x upgrade to Spring Boot 3.3.x migration (#…
Browse files Browse the repository at this point in the history
…551)"

This reverts commit 196dc5f.
  • Loading branch information
timtebeek committed Jul 16, 2024
1 parent 196dc5f commit 3edc1e0
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 @@ -123,7 +123,6 @@ dependencies {

runtimeOnly("org.openrewrite:rewrite-java-17")
runtimeOnly("org.openrewrite.recipe:rewrite-hibernate:$rewriteVersion")
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-testing-frameworks:$rewriteVersion")
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/rewrite/spring-boot-33.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ recipeList:
newGroupId: org.apache.cassandra
oldArtifactId: "*"

- org.openrewrite.micrometer.UpgradeMicrometer13
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.SpringBoot3BestPractices
Expand Down

1 comment on commit 3edc1e0

@timtebeek
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.