Updated bom for dependency management

fixes gh-1658
This commit is contained in:
Marcin Grzejszczak
2020-06-02 10:59:56 +02:00
parent ba73aa03d4
commit b54565d32e

View File

@@ -7,8 +7,8 @@ Maven
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth</artifactId>
<version>${spring-cloud-sleuth.version}</version>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${release.train.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>