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 e1384ae commit 64a18feCopy full SHA for 64a18fe
javaagent/build.gradle.kts
@@ -53,6 +53,8 @@ val licenseReportDependencies by configurations.creating {
53
54
dependencies {
55
bootstrapLibs(project(":instrumentation-api"))
56
+ // opentelemetry-api is an api dependency of :instrumentation-api, but opentelemetry-api-incubator is not
57
+ bootstrapLibs("io.opentelemetry:opentelemetry-api-incubator")
58
bootstrapLibs(project(":instrumentation-api-incubator"))
59
bootstrapLibs(project(":instrumentation-annotations-support"))
60
bootstrapLibs(project(":javaagent-bootstrap"))
0 commit comments