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 ead8a57 commit d198388Copy full SHA for d198388
javaagent-extension-api/build.gradle.kts
@@ -16,6 +16,7 @@ dependencies {
16
implementation(project(":sdk-bridge")) {
17
// is part of bootstrap classpath
18
exclude(group = "io.opentelemetry", module = "opentelemetry-api-incubator")
19
+ exclude(group = "io.opentelemetry", module = "opentelemetry-sdk-extension-autoconfigure-spi")
20
}
21
22
// autoconfigure is unstable, do not expose as api
0 commit comments