Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 5570778

Browse files
deps: temporarily workaroundversion mismatch be grpc-otel and shared deps
Change-Id: Ib63198c66ab5139c8fbe7c6d95f07b3d49801860
1 parent bffd892 commit 5570778

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

google-cloud-bigtable/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@
206206
<dependency>
207207
<groupId>io.grpc</groupId>
208208
<artifactId>grpc-opentelemetry</artifactId>
209+
<exclusions>
210+
<!-- TODO: remove this once grpc is aligned with google-cloud-shared-dependencies -->
211+
<!-- Exclude grpc otel version to avoid conflicts -->
212+
<exclusion>
213+
<groupId>io.opentelemetry</groupId>
214+
<artifactId>opentelemetry-api</artifactId>
215+
</exclusion>
216+
</exclusions>
209217
</dependency>
210218
<dependency>
211219
<groupId>org.threeten</groupId>

0 commit comments

Comments
 (0)