We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92add3c commit 73ba3c3Copy full SHA for 73ba3c3
instrumentation/spring/spring-boot-resources/testing/build.gradle.kts
@@ -6,7 +6,7 @@ dependencies {
6
testCompileOnly("com.google.auto.service:auto-service-annotations")
7
8
testImplementation("org.mockito:mockito-junit-jupiter")
9
- testImplementation(project(":instrumentation:spring:spring-boot-resources:library"))
+ testImplementation(project(":instrumentation:spring:spring-boot-resources:javaagent"))
10
testImplementation("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi")
11
testImplementation(project(path = ":smoke-tests:images:spring-boot", configuration = "springBootJar"))
12
}
0 commit comments