Merge branch '2.2.x'

This commit is contained in:
Marcin Grzejszczak
2020-06-02 11:05:13 +02:00
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -24,3 +24,4 @@ pom.xml.versionsBackup
.vscode
.sts4-cache
_includes
.sdkmanrc

View File

@@ -57,7 +57,7 @@ could set `logging.level.org.springframework.web.servlet.DispatcherServlet=DEBUG
NOTE: Set `spring.application.name=myService` (for instance) to see the service
name as well as the trace and span IDs.
:branch: master
:branch: 2.2.x
== Overview
Spring Cloud Sleuth provides Spring Boot auto-configuration for distributed

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>
@@ -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 {