Skip to content

Commit

Permalink
Make testing agent jar more consistent with real agent jar (#4773)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 2, 2021
1 parent 137225a commit 2bbd736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ val exporterSlimLibs by configurations.creating {
}

// exclude dependencies that are to be placed in bootstrap from agent libs - they won't be added to inst/
listOf(javaagentLibs, exporterLibs, exporterSlimLibs).forEach {
listOf(baseJavaagentLibs, javaagentLibs, exporterLibs, exporterSlimLibs).forEach {
it.run {
exclude("org.slf4j")
exclude("io.opentelemetry", "opentelemetry-api")
Expand Down

0 comments on commit 2bbd736

Please sign in to comment.