Skip to content

Commit

Permalink
Add moderne-recipe-bom for versions of proprietary recipe modules
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jan 16, 2025
1 parent 33cea7a commit 14cea83
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ val diffFileName = "desjardins"
dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation(platform("org.openrewrite.recipe:rewrite-recipe-bom:$rewriteVersion"))

implementation("info.picocli:picocli:latest.release")
implementation("org.openrewrite:rewrite-core")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
Expand All @@ -57,6 +58,8 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:latest.release")

"recipe"(platform("org.openrewrite.recipe:rewrite-recipe-bom:$rewriteVersion"))
"recipe"(platform("io.moderne.recipe:moderne-recipe-bom:latest.integration")) // TODO Use $rewriteVersion once available

"recipe"("org.openrewrite:rewrite-core")
"recipe"("org.openrewrite:rewrite-gradle")
"recipe"("org.openrewrite:rewrite-groovy")
Expand Down Expand Up @@ -120,8 +123,8 @@ dependencies {
"recipe"("org.openrewrite.recipe:rewrite-testing-frameworks")
"recipe"("org.openrewrite.recipe:rewrite-third-party")

// XXX Drop version once included in a recipe BOM
// "recipe"("io.moderne.recipe:rewrite-spring:$rewriteVersion")
"recipe"("io.moderne.recipe:rewrite-hibernate")
"recipe"("io.moderne.recipe:rewrite-spring")
}

java {
Expand Down

0 comments on commit 14cea83

Please sign in to comment.