Repository: crunch Updated Branches: refs/heads/apache-crunch-0.11 eeb373059 -> c081234e9
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/c081234e Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/c081234e Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/c081234e Branch: refs/heads/apache-crunch-0.11 Commit: c081234e9b028cc050658198b256ef720891cc76 Parents: eeb3730 Author: Josh Wills <[email protected]> Authored: Wed Aug 27 18:45:37 2014 -0700 Committer: Josh Wills <[email protected]> Committed: Wed Aug 27 18:46:07 2014 -0700 ---------------------------------------------------------------------- LICENSE | 1 + crunch-hive/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/c081234e/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/c081234e/crunch-hive/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-hive/pom.xml b/crunch-hive/pom.xml index aef85c3..6ef8646 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>
