Kevin Si created BEAM-5256:
------------------------------
Summary: Update Bigtable dependency
Key: BEAM-5256
URL: https://issues.apache.org/jira/browse/BEAM-5256
Project: Beam
Issue Type: Improvement
Components: dependencies
Affects Versions: 2.6.0
Reporter: Kevin Si
Fix For: 2.7.0
According to the following dependency tree,
"beam-sdks-java-io-google-cloud-platform" is depending on "bigtable-protos".
[INFO] Verbose not supported since maven-dependency-plugin 3.0 [INFO]
com.google.cloud.teleport:google-cloud-teleport-java:jar:0.1-SNAPSHOT [INFO] \-
org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.6.0:compile
[INFO] \- com.google.cloud.bigtable:bigtable-protos:jar:1.0.0-pre3:compile
Instead, it should depends on:
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-bigtable-v2</artifactId>
<version>0.24.0</version>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)