Remove Sring Boot Dependencies Maven BOM from dependency management.

Instead simply rely on the Spring Boot Gradle Plugin applied to the STDG Gradle (parent module) build.
This commit is contained in:
John Blum
2022-03-17 16:16:45 -07:00
parent fd34b168e6
commit 92e168daa0

View File

@@ -3,7 +3,6 @@ ext['jakartaAnnotationApiVersion'] = '2.0.0'
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"
}