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/21 20:33:46 UTC

[beam] branch BEAM-8127 created (now 1e8fdce0002)

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

suztomo pushed a change to branch BEAM-8127
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 1e8fdce0002 [BEAM-8127] The GCP module to declare google-cloud-bigtable

This branch includes the following new commits:

     new 1e8fdce0002 [BEAM-8127] The GCP module to declare google-cloud-bigtable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: [BEAM-8127] The GCP module to declare google-cloud-bigtable

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1e8fdce000215a2f3d645225ecefca0ac6fc3a16
Author: Tomo Suzuki <su...@google.com>
AuthorDate: Thu Apr 21 16:33:38 2022 -0400

    [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 e89a8bf350e..2357e59d397 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) {