remove reference to finchley

This commit is contained in:
Spencer Gibb
2018-02-12 11:50:35 -05:00
parent afd4154ee7
commit 947e21f9b2

View File

@@ -412,7 +412,7 @@ apply plugin: "spring-boot"
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:Finchley.M6"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:{spring-cloud-version}"
}
}
----