Changing the scope for the hadoop deps in hadoop2 profile so that the shade plugin does not include too many things.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/3c15d284 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/3c15d284 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/3c15d284 Branch: refs/heads/master Commit: 3c15d2847754fd020c1d7254e34f6185c84c343c Parents: ce2bc4d Author: Aaron McCurry <[email protected]> Authored: Thu Jan 29 09:49:20 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Thu Jan 29 09:49:20 2015 -0500 ---------------------------------------------------------------------- blur-hive/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3c15d284/blur-hive/pom.xml ---------------------------------------------------------------------- diff --git a/blur-hive/pom.xml b/blur-hive/pom.xml index a8c540e..ea583d1 100644 --- a/blur-hive/pom.xml +++ b/blur-hive/pom.xml @@ -323,11 +323,13 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <version>${hadoop.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> <version>${hadoop.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId>
