Skip to content

Commit cd406b3

Browse files
chore: temporarily exclude otel from grpc and force it to use the version cloud-shared-deps (#2766)
Change-Id: I48b4e84ffa45e3c380769274b374eeeac4d2bccb Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Rollback plan is reviewed and LGTMed - [ ] All new data plane features have a completed end to end testing plan Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent 68397ea commit cd406b3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

google-cloud-bigtable/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,13 @@
211211
<dependency>
212212
<groupId>io.grpc</groupId>
213213
<artifactId>grpc-opentelemetry</artifactId>
214+
<!-- TODO: remove this after next release (2.72.0). This is necessary to workaround a late downgrade of otel in cloud-shared-deps -->
215+
<exclusions>
216+
<exclusion>
217+
<groupId>io.opentelemetry</groupId>
218+
<artifactId>opentelemetry-api</artifactId>
219+
</exclusion>
220+
</exclusions>
214221
</dependency>
215222
<dependency>
216223
<groupId>org.threeten</groupId>

0 commit comments

Comments
 (0)