We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1477ad6 commit 798a4e6Copy full SHA for 798a4e6
service/build.gradle
@@ -37,9 +37,11 @@ docker {
37
38
dependencies {
39
implementation project(':client')
40
+
41
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
42
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
- implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-sleuth'
43
+ implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-sleuth', version: '2.2.2.RELEASE'
44
implementation group: 'io.micrometer', name: 'micrometer-registry-new-relic'
45
46
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
47
}
0 commit comments