Skip to content

Commit

Permalink
Mark opentelemtry-api as optional to make it an optional dependency i…
Browse files Browse the repository at this point in the history
…n OSGi.

Signed-off-by: Antoine DESSAIGNE <antoine.dessaigne@gmail.com>
  • Loading branch information
adessaigne authored and fstab committed Jun 13, 2022
1 parent 7c9fc39 commit e517786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions simpleclient_tracer/simpleclient_tracer_otel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions simpleclient_tracer/simpleclient_tracer_otel_agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>

Expand Down

0 comments on commit e517786

Please sign in to comment.