Skip to content

Commit

Permalink
Add Apache Wicket migration & best practices recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Mar 12, 2024
1 parent d0dffc9 commit bf2f7b5
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 @@ -17,6 +17,7 @@ dependencies {

runtimeOnly("ai.timefold.solver:timefold-solver-migration:latest.release")
runtimeOnly("io.quarkus:quarkus-update-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")

Expand All @@ -35,6 +36,7 @@ tasks.withType<ShadowJar> {
dependencies {
include(dependency("ai.timefold.solver:timefold-solver-migration"))
include(dependency("io.quarkus:quarkus-update-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 bf2f7b5

Please sign in to comment.