Add explicit dependency management for Spring Data.

Uses the Spring Data Maven BOM.
This commit is contained in:
John Blum
2020-12-04 15:02:56 -08:00
parent 842f375e99
commit 3fd732ac6c

View File

@@ -2,6 +2,7 @@ dependencyManagement {
imports {
mavenBom "org.springframework:spring-framework-bom:${springVersion}"
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
mavenBom "org.springframework.data:spring-data-bom:${springDataBomVersion}"
}
dependencies {
dependency "antlr:antlr:$antlrVersion"