We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a463e2b commit d1e344bCopy full SHA for d1e344b
instrumentation/spring/spring-boot-autoconfigure/build.gradle.kts
@@ -132,7 +132,7 @@ testing {
132
implementation("org.springframework.boot:spring-boot-autoconfigure:$springBootVersion")
133
134
implementation(project(":instrumentation:logback:logback-appender-1.0:library"))
135
- compileOnly(project(":instrumentation:logback:logback-mdc-1.0:library"))
+ implementation(project(":instrumentation:logback:logback-mdc-1.0:library"))
136
// using the same versions as in the spring-boot-autoconfigure
137
implementation("ch.qos.logback:logback-classic") {
138
version {
0 commit comments