Repository: crunch Updated Branches: refs/heads/master ef939b778 -> 0a6c8decb
Mark hive-exec dependency as provided Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/0a6c8dec Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/0a6c8dec Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/0a6c8dec Branch: refs/heads/master Commit: 0a6c8decb6682aa3a37f639b9db9bb3e1f30d41b Parents: ef939b7 Author: Josh Wills <[email protected]> Authored: Wed Aug 27 18:45:37 2014 -0700 Committer: Josh Wills <[email protected]> Committed: Wed Aug 27 18:45:37 2014 -0700 ---------------------------------------------------------------------- LICENSE | 1 + crunch-hive/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/0a6c8dec/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 6ab925c..23c8577 100644 --- a/LICENSE +++ b/LICENSE @@ -563,6 +563,7 @@ The Apache License, Version 2 (see above), for: The Scala License (see above), for: scala-compiler scala-library + scala-reflect jline -------------------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/0a6c8dec/crunch-hive/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-hive/pom.xml b/crunch-hive/pom.xml index 5d4c82f..1dc0aeb 100644 --- a/crunch-hive/pom.xml +++ b/crunch-hive/pom.xml @@ -56,6 +56,7 @@ under the License. <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> + <scope>provided</scope> </dependency> </dependencies>
