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 a66c2d6 commit 4702da7Copy full SHA for 4702da7
spring-boot-project/spring-boot-starters/spring-boot-starter-actuator/build.gradle
@@ -7,6 +7,7 @@ description = "Starter for using Spring Boot's Actuator which provides productio
7
dependencies {
8
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
9
api(project(":spring-boot-project:spring-boot-actuator-autoconfigure"))
10
+ api("io.micrometer:micrometer-observation")
11
api("io.micrometer:micrometer-core")
12
api("io.micrometer:micrometer-binders")
13
}
0 commit comments