Add explicit dependency management for the core Spring Framework.

Uses the Spring Framework Maven BOM.
This commit is contained in:
John Blum
2020-12-04 15:01:38 -08:00
parent 01ce153dea
commit 842f375e99

View File

@@ -1,5 +1,6 @@
dependencyManagement {
imports {
mavenBom "org.springframework:spring-framework-bom:${springVersion}"
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
}
dependencies {