Fix wrong BOM in cloud dependencies

This commit is contained in:
Dave Syer
2016-06-13 14:56:15 +01:00
parent f495447bb0
commit f0928fa23f

View File

@@ -15,7 +15,7 @@ apply plugin: 'spring-boot'
dependencyManagement {
imports {
mavenBom '{@= groupId @}:spring-cloud-starter-parent:{@= version @}'
mavenBom '{@= groupId @}:spring-cloud-dependencies:{@= version @}'
}
}