Skip to content

Commit 8843813

Browse files
chore: migrate to gapic-libraries-bom (#1914)
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).
1 parent c5c3211 commit 8843813

File tree

1 file changed

+4
-11
lines changed
  • google-cloud-bigtable-deps-bom

1 file changed

+4
-11
lines changed

google-cloud-bigtable-deps-bom/pom.xml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,15 @@
6565
<dependencies>
6666
<dependency>
6767
<groupId>com.google.cloud</groupId>
68-
<artifactId>google-cloud-shared-dependencies</artifactId>
69-
<version>3.15.0</version>
68+
<artifactId>gapic-libraries-bom</artifactId>
69+
<version>1.18.0</version>
7070
<type>pom</type>
7171
<scope>import</scope>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.cloud</groupId>
75-
<artifactId>google-cloud-monitoring-bom</artifactId>
76-
<version>3.25.0</version>
77-
<exclusions>
78-
<exclusion>
79-
<!-- using the perfmark version in opencensus -->
80-
<groupId>io.perfmark</groupId>
81-
<artifactId>perfmark-api</artifactId>
82-
</exclusion>
83-
</exclusions>
75+
<artifactId>google-cloud-shared-dependencies</artifactId>
76+
<version>3.15.0</version>
8477
<type>pom</type>
8578
<scope>import</scope>
8679
</dependency>

0 commit comments

Comments
 (0)