Skip to content

Commit

Permalink
deps: Make opentelemetry-api an optional dependency. (#2681)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeli0 committed Apr 23, 2024
1 parent 0a71cbf commit 3967a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gax-java/gax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3967a19

Please sign in to comment.