citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.92k stars 1.47k forks source link

Sync gradle dependencies with maven pom file #103

Closed orende closed 1 year ago

orende commented 1 year ago

Why

When the PR to add Gradle was merged, the Maven dependencies had already diverged. In order for both Maven and Gradle builds to produce the same result, the deps must be synced across both build systems.

What

Updates the Gradle build.gradle file with the missing deps and changes versions of existing deps to match Maven pom file.