Skip to content

Commit 971c34c

Browse files
chore: remove stale excludes now that everything is aligned (#2838)
Change-Id: I1eaceb1e66aa21c2b4cbac053716b1f90266a15e 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 861d90e commit 971c34c

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

google-cloud-bigtable/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,6 @@
206206
<dependency>
207207
<groupId>io.grpc</groupId>
208208
<artifactId>grpc-opentelemetry</artifactId>
209-
<!-- TODO: remove this after next release (2.72.0). This is necessary to workaround a late downgrade of otel in cloud-shared-deps -->
210-
<exclusions>
211-
<exclusion>
212-
<groupId>io.opentelemetry</groupId>
213-
<artifactId>opentelemetry-api</artifactId>
214-
</exclusion>
215-
</exclusions>
216209
</dependency>
217210
<dependency>
218211
<groupId>org.threeten</groupId>
@@ -306,27 +299,11 @@
306299
<groupId>com.google.truth</groupId>
307300
<artifactId>truth</artifactId>
308301
<scope>test</scope>
309-
<exclusions>
310-
<!-- TODO: consider a different approach -->
311-
<!-- exclude to resolve conflict with guava -->
312-
<exclusion>
313-
<groupId>org.checkerframework</groupId>
314-
<artifactId>checker-qual</artifactId>
315-
</exclusion>
316-
</exclusions>
317302
</dependency>
318303
<dependency>
319304
<groupId>com.google.truth.extensions</groupId>
320305
<artifactId>truth-proto-extension</artifactId>
321306
<scope>test</scope>
322-
<exclusions>
323-
<!-- TODO: consider a different approach -->
324-
<!-- exclude to resolve conflict with guava -->
325-
<exclusion>
326-
<groupId>org.checkerframework</groupId>
327-
<artifactId>checker-qual</artifactId>
328-
</exclusion>
329-
</exclusions>
330307
</dependency>
331308
<dependency>
332309
<groupId>io.grpc</groupId>

0 commit comments

Comments
 (0)