Skip to content

Commit

Permalink
chore: migrate to gapic-libraries-bom (#1914)
Browse files Browse the repository at this point in the history
Change-Id: I14ac3a23adb0d137d72ac620884c00aee7095f70

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)

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).
  • Loading branch information
igorbernstein2 committed Sep 13, 2023
1 parent c5c3211 commit 8843813
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions google-cloud-bigtable-deps-bom/pom.xml
Expand Up @@ -65,22 +65,15 @@
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.15.0</version>
<artifactId>gapic-libraries-bom</artifactId>
<version>1.18.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring-bom</artifactId>
<version>3.25.0</version>
<exclusions>
<exclusion>
<!-- using the perfmark version in opencensus -->
<groupId>io.perfmark</groupId>
<artifactId>perfmark-api</artifactId>
</exclusion>
</exclusions>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.15.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 8843813

Please sign in to comment.