Repository: beam Updated Branches: refs/heads/master 735a82bda -> cf9ac454d
Avoi repackaging bigtable classes in dataflow runner. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/4017a37d Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/4017a37d Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/4017a37d Branch: refs/heads/master Commit: 4017a37d632dc6c2224fbe3e820125748fbdc64a Parents: 735a82b Author: Raghu Angadi <[email protected]> Authored: Fri Apr 14 11:18:05 2017 -0700 Committer: Dan Halperin <[email protected]> Committed: Fri Apr 14 13:03:28 2017 -0700 ---------------------------------------------------------------------- runners/google-cloud-dataflow-java/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/4017a37d/runners/google-cloud-dataflow-java/pom.xml ---------------------------------------------------------------------- diff --git a/runners/google-cloud-dataflow-java/pom.xml b/runners/google-cloud-dataflow-java/pom.xml index c33faf7..7b0bb88 100644 --- a/runners/google-cloud-dataflow-java/pom.xml +++ b/runners/google-cloud-dataflow-java/pom.xml @@ -112,7 +112,6 @@ <shadeTestJar>true</shadeTestJar> <artifactSet> <includes> - <include>com.google.cloud.bigtable:bigtable-client-core</include> <include>com.google.guava:guava</include> <include>org.apache.beam:beam-runners-core-construction-java</include> </includes> @@ -144,17 +143,6 @@ <shadedPattern>org.apache.beam.runners.dataflow.repackaged.com.google.thirdparty</shadedPattern> </relocation> <relocation> - <pattern>com.google.cloud.bigtable</pattern> - <shadedPattern>org.apache.beam.runners.dataflow.repackaged.com.google.cloud.bigtable</shadedPattern> - <excludes> - <exclude>com.google.cloud.bigtable.config.BigtableOptions*</exclude> - <exclude>com.google.cloud.bigtable.config.CredentialOptions*</exclude> - <exclude>com.google.cloud.bigtable.config.RetryOptions*</exclude> - <exclude>com.google.cloud.bigtable.grpc.BigtableClusterName</exclude> - <exclude>com.google.cloud.bigtable.grpc.BigtableTableName</exclude> - </excludes> - </relocation> - <relocation> <pattern>org.apache.beam.runners.core</pattern> <shadedPattern>org.apache.beam.runners.dataflow.repackaged.org.apache.beam.runners.core</shadedPattern> </relocation>
