Repository: beam Updated Branches: refs/heads/master 2816b15ee -> 3c81766e2
[BEAM-2690] HCatalogIO needs provided scope dependencies on Hadoop, Hive Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/14563c64 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/14563c64 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/14563c64 Branch: refs/heads/master Commit: 14563c642bb9266e2db74813cf47902f56558271 Parents: 2816b15 Author: Nathan Howell <[email protected]> Authored: Fri Jul 28 14:23:27 2017 -0700 Committer: Ismaël MejÃa <[email protected]> Committed: Tue Aug 1 13:46:49 2017 +0200 ---------------------------------------------------------------------- sdks/java/io/hcatalog/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/14563c64/sdks/java/io/hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/io/hcatalog/pom.xml b/sdks/java/io/hcatalog/pom.xml index 52eae34..34e60da 100644 --- a/sdks/java/io/hcatalog/pom.xml +++ b/sdks/java/io/hcatalog/pom.xml @@ -61,6 +61,7 @@ <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> + <scope>provided</scope> <exclusions> <!-- Fix build on JDK-9 --> <exclusion> @@ -89,6 +90,7 @@ <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> <version>${hive.version}</version> + <scope>provided</scope> </dependency> <dependency> @@ -101,6 +103,7 @@ <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hive-hcatalog-core</artifactId> <version>${hive.version}</version> + <scope>provided</scope> <exclusions> <exclusion> <groupId>org.apache.hive</groupId>
