You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by su...@apache.org on 2022/04/22 13:40:37 UTC

[beam] branch master updated: Merge pull request #17438: [BEAM-8127] The GCP module to declare google-cloud-bigtable

This is an automated email from the ASF dual-hosted git repository.

suztomo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new ea1009bca0a Merge pull request #17438: [BEAM-8127] The GCP module to declare google-cloud-bigtable
ea1009bca0a is described below

commit ea1009bca0a4ff522bb84aad64819e4c24c2d527
Author: Tomo Suzuki <su...@google.com>
AuthorDate: Fri Apr 22 09:40:30 2022 -0400

    Merge pull request #17438: [BEAM-8127] The GCP module to declare google-cloud-bigtable
    
    The previous change (https://github.com/apache/beam/pull/17375)
    didn't declare the dependency properly.
---
 sdks/java/io/google-cloud-platform/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/java/io/google-cloud-platform/build.gradle b/sdks/java/io/google-cloud-platform/build.gradle
index f38f371dfca..8d1d0a1776d 100644
--- a/sdks/java/io/google-cloud-platform/build.gradle
+++ b/sdks/java/io/google-cloud-platform/build.gradle
@@ -73,6 +73,7 @@ dependencies {
   // newer version of GAX. Declaring newer google-cloud-bigtable so that Beam
   // users receive newer google-cloud-bigtable. Beam doesn't directly use this
   // artifact.
+  implementation library.java.google_cloud_bigtable
   permitUnusedDeclared library.java.google_cloud_bigtable
   implementation library.java.google_cloud_core
   implementation(library.java.google_cloud_core_grpc) {