Skip to content

Commit d1e344b

Browse files
committed
change dependency scope
1 parent a463e2b commit d1e344b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/spring/spring-boot-autoconfigure/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ testing {
132132
implementation("org.springframework.boot:spring-boot-autoconfigure:$springBootVersion")
133133

134134
implementation(project(":instrumentation:logback:logback-appender-1.0:library"))
135-
compileOnly(project(":instrumentation:logback:logback-mdc-1.0:library"))
135+
implementation(project(":instrumentation:logback:logback-mdc-1.0:library"))
136136
// using the same versions as in the spring-boot-autoconfigure
137137
implementation("ch.qos.logback:logback-classic") {
138138
version {

0 commit comments

Comments
 (0)