Skip to content

Commit 5ff9b92

Browse files
committed
revert change
1 parent d96c3a3 commit 5ff9b92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javaagent/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ val licenseReportDependencies by configurations.creating {
5353

5454
dependencies {
5555
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")
5658
bootstrapLibs(project(":instrumentation-api-incubator"))
5759
bootstrapLibs(project(":instrumentation-annotations-support"))
5860
bootstrapLibs(project(":javaagent-bootstrap"))

0 commit comments

Comments
 (0)