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 d96c3a3 commit 5ff9b92Copy full SHA for 5ff9b92
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