Skip to content

Commit 73ba3c3

Browse files
committed
move javaagent detector to javaagent project
1 parent 92add3c commit 73ba3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/spring/spring-boot-resources/testing/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
testCompileOnly("com.google.auto.service:auto-service-annotations")
77

88
testImplementation("org.mockito:mockito-junit-jupiter")
9-
testImplementation(project(":instrumentation:spring:spring-boot-resources:library"))
9+
testImplementation(project(":instrumentation:spring:spring-boot-resources:javaagent"))
1010
testImplementation("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi")
1111
testImplementation(project(path = ":smoke-tests:images:spring-boot", configuration = "springBootJar"))
1212
}

0 commit comments

Comments
 (0)