Skip to content

Commit

Permalink
Change camel-upgrade-recipes groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Oct 10, 2024
1 parent 5717e29 commit 3f687d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
exclude(module = "jakarta.xml.bind-api")
}
runtimeOnly("io.quarkus:quarkus-update-recipes:latest.release")
runtimeOnly("org.apache.camel:camel-upgrade-recipes:latest.release")
runtimeOnly("org.apache.camel.upgrade:camel-upgrade-recipes:latest.release")
runtimeOnly("org.apache.wicket:wicket-migration:latest.release")
runtimeOnly("org.axonframework:axon-migration:latest.release")
runtimeOnly("tech.picnic.error-prone-support:error-prone-contrib:latest.release:recipes")
Expand Down Expand Up @@ -53,7 +53,7 @@ tasks.withType<ShadowJar> {
dependencies {
include(dependency("ai.timefold.solver:timefold-solver-migration"))
include(dependency("io.quarkus:quarkus-update-recipes:.*"))
include(dependency("org.apache.camel:camel-upgrade-recipes"))
include(dependency("org.apache.camel.upgrade:camel-upgrade-recipes"))
include(dependency("org.apache.wicket:wicket-migration"))
include(dependency("org.axonframework:axon-migration"))
include(dependency("tech.picnic.error-prone-support:error-prone-contrib"))
Expand Down

0 comments on commit 3f687d8

Please sign in to comment.