Skip to content

Commit

Permalink
Don't exclude semantic conventions package from shaded dependencies (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rapphil authored Sep 15, 2023
1 parent 7dd69af commit a376025
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion otelagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ val javaagentLibs by configurations.creating {
exclude("io.opentelemetry", "opentelemetry-api")
exclude("io.opentelemetry", "opentelemetry-sdk")
exclude("io.opentelemetry", "opentelemetry-sdk-common")
exclude("io.opentelemetry", "opentelemetry-semconv")
// Once io.opentelemetry.contrib:opentelemetry-aws-resources starts using
// the new semantic convention packages we will need to exclude it here.
// io.opentelemetry.semconv:opentelemetry-semconv
}

val shadowClasspath by configurations.creating {
Expand Down

0 comments on commit a376025

Please sign in to comment.