Repository: crunch Updated Branches: refs/heads/master 5d43171a1 -> 6fc84b125
CRUNCH-457 Change hadoop-client to provide scope Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/6fc84b12 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/6fc84b12 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/6fc84b12 Branch: refs/heads/master Commit: 6fc84b125a6dff2dc0c9cadeacb913919670e98c Parents: 5d43171 Author: Gabriel Reid <[email protected]> Authored: Wed Aug 6 12:06:32 2014 +0200 Committer: Gabriel Reid <[email protected]> Committed: Wed Aug 6 12:06:32 2014 +0200 ---------------------------------------------------------------------- crunch-hbase/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/6fc84b12/crunch-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-hbase/pom.xml b/crunch-hbase/pom.xml index 8c5ec56..7a73ce8 100644 --- a/crunch-hbase/pom.xml +++ b/crunch-hbase/pom.xml @@ -52,6 +52,7 @@ under the License. <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> + <scope>provided</scope> </dependency> <dependency>
