We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81444f commit cbb070bCopy full SHA for cbb070b
javaagent-extension-api/build.gradle.kts
@@ -13,7 +13,10 @@ dependencies {
13
14
implementation(project(":instrumentation-api"))
15
implementation(project(":instrumentation-api-incubator"))
16
- implementation(project(":sdk-bridge"))
+ implementation(project(":sdk-bridge")) {
17
+ // is part of bootstrap classpath
18
+ exclude(group = "io.opentelemetry", module = "opentelemetry-api-incubator")
19
+ }
20
21
// autoconfigure is unstable, do not expose as api
22
implementation("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
0 commit comments