Skip to content

Commit

Permalink
Update build.gradle.kts to drop rewrite-recipe-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Sep 12, 2023
1 parent 760f0b1 commit 1b7260b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ description = "Hibernate ORM Migration"
val rewriteVersion = rewriteRecipe.rewriteVersion.get()
dependencies {
implementation(platform("org.openrewrite:rewrite-bom:$rewriteVersion"))
implementation(platform("org.openrewrite.recipe:rewrite-recipe-bom:$rewriteVersion"))
implementation("org.openrewrite:rewrite-java")
implementation("org.openrewrite.recipe:rewrite-migrate-java")
implementation("org.openrewrite.recipe:rewrite-java-dependencies")
implementation("org.openrewrite.recipe:rewrite-migrate-java:$rewriteVersion")
implementation("org.openrewrite.recipe:rewrite-java-dependencies:$rewriteVersion")

testImplementation("org.openrewrite:rewrite-java-17")
testImplementation("org.openrewrite:rewrite-test")
Expand Down

0 comments on commit 1b7260b

Please sign in to comment.