Add explicit dependency management for the core Spring Framework.
Uses the Spring Framework Maven BOM.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom "org.springframework:spring-framework-bom:${springVersion}"
|
||||
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
|
||||
}
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user