Updated gradle example

This commit is contained in:
Marcin Grzejszczak
2020-06-02 11:04:42 +02:00
parent b54565d32e
commit bcb16d5341

View File

@@ -35,7 +35,7 @@ apply plugin: "io.spring.dependency-management"
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-sleuth:${springCloudSleuthVersion}"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${releaseTrainVersion}"
}
}
dependencies {