Enable dependency management using Spring Framework BOM and Spring Data BOM.

This commit is contained in:
John Blum
2022-01-18 11:37:08 -08:00
parent 92fa5fb9c7
commit 47b7a5dea3

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"
}
dependencies {
dependency "antlr:antlr:$antlrVersion"