Skip to content

Commit

Permalink
Add camel-upgrade-recipes (#18)
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
timtebeek authored Aug 22, 2024
1 parent f52cc25 commit e98fd8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +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.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 @@ -52,6 +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.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 e98fd8e

Please sign in to comment.