mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
We need to explicitly apply Dependency Management to the root project since it depends on modules that use dependency management. We need to ensure dependency management is applied after propdeps-maven to avoid an ordering issue [1] An update to propdeps was necessary to be compatable with Gradle 3.4+ [1] https://github.com/spring-gradle-plugins/dependency-management-plugin/issues/149 Issue: SPR-15207