Repository: beam Updated Branches: refs/heads/release-2.1.0 04899e414 -> 749cff290
[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/1779bc75 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/1779bc75 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/1779bc75 Branch: refs/heads/release-2.1.0 Commit: 1779bc75c439c08b3f17983b20fb47c40cbea233 Parents: 04899e4 Author: Nathan Howell <[email protected]> Authored: Fri Jul 28 14:23:27 2017 -0700 Committer: Ismaël MejÃa <[email protected]> Committed: Wed Aug 2 08:53:32 2017 +0200 ---------------------------------------------------------------------- sdks/java/io/hcatalog/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/1779bc75/sdks/java/io/hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/io/hcatalog/pom.xml b/sdks/java/io/hcatalog/pom.xml index a31ff86..64359e3 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> @@ -95,6 +96,7 @@ <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> <version>${hive.version}</version> + <scope>provided</scope> </dependency> <dependency> @@ -107,6 +109,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>
