Disable the use of the Spring Framework BOM and Spring Data BOM in dependency-management.gradle.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user