We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10d6c5 commit 7fb3f86Copy full SHA for 7fb3f86
micrometer-shim/build.gradle.kts
@@ -31,5 +31,5 @@ dependencies {
31
//spring modules
32
implementation("org.springframework.boot:spring-boot-starter-web")
33
implementation("org.springframework.boot:spring-boot-starter-actuator")
34
- implementation("org.springframework.boot:spring-boot-starter-aop")
+ implementation("org.springframework.boot:spring-boot-starter-aspectj")
35
}
0 commit comments