Disable the use of the Spring Framework BOM and Spring Data BOM in dependency-management.gradle.

This commit is contained in:
John Blum
2021-02-22 15:53:26 -08:00
parent a20ef31df9
commit ec4036d227

View File

@@ -1,8 +1,8 @@
dependencyManagement {
imports {
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
mavenBom "org.springframework:spring-framework-bom:${springVersion}"
mavenBom "org.springframework.data:spring-data-bom:${springDataBomVersion}"
// mavenBom "org.springframework:spring-framework-bom:${springVersion}"
// mavenBom "org.springframework.data:spring-data-bom:${springDataBomVersion}"
mavenBom "org.springframework.session:spring-session-bom:${springSessionBomVersion}"
}
dependencies {