Fix wrong BOM in cloud dependencies
This commit is contained in:
@@ -15,7 +15,7 @@ apply plugin: 'spring-boot'
|
|||||||
|
|
||||||
dependencyManagement {
|
dependencyManagement {
|
||||||
imports {
|
imports {
|
||||||
mavenBom '{@= groupId @}:spring-cloud-starter-parent:{@= version @}'
|
mavenBom '{@= groupId @}:spring-cloud-dependencies:{@= version @}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user