Skip to content

Commit

Permalink
move javaagent detector to javaagent project
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 22, 2024
1 parent 92add3c commit 73ba3c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
testCompileOnly("com.google.auto.service:auto-service-annotations")

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

0 comments on commit 73ba3c3

Please sign in to comment.