Declare and configure repositories for all projects.

This commit is contained in:
John Blum
2020-11-17 12:38:56 -08:00
parent 0771c5498f
commit ea7eaa1306
2 changed files with 22 additions and 6 deletions

View File

@@ -1,7 +1,3 @@
repositories {
maven { url "https://repo.spring.io/libs-snapshot" }
}
dependencyManagement {
imports {
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"