fix hadoop dependency problem in ref
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/78a6197f Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/78a6197f Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/78a6197f Branch: refs/heads/master Commit: 78a6197f6c14ed65dc74b8f1233bd3bd94342fa9 Parents: f77c525 Author: Steven Phillips <[email protected]> Authored: Fri Aug 30 11:18:10 2013 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Sun Sep 1 15:16:21 2013 -0700 ---------------------------------------------------------------------- sandbox/prototype/exec/java-exec/pom.xml | 5 +++++ sandbox/prototype/exec/ref/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/78a6197f/sandbox/prototype/exec/java-exec/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/prototype/exec/java-exec/pom.xml b/sandbox/prototype/exec/java-exec/pom.xml index 03c1e52..d43ff23 100644 --- a/sandbox/prototype/exec/java-exec/pom.xml +++ b/sandbox/prototype/exec/java-exec/pom.xml @@ -169,6 +169,11 @@ <profiles> <profile> <id>default-hadoop</id> + <activation> + <property> + <name>!alt-hadoop</name> + </property> + </activation> <dependencies> <dependency> <groupId>org.apache.hadoop</groupId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/78a6197f/sandbox/prototype/exec/ref/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/prototype/exec/ref/pom.xml b/sandbox/prototype/exec/ref/pom.xml index ec664d5..a8970ba 100644 --- a/sandbox/prototype/exec/ref/pom.xml +++ b/sandbox/prototype/exec/ref/pom.xml @@ -37,6 +37,11 @@ <profiles> <profile> <id>default-hadoop</id> + <activation> + <property> + <name>!alt-hadoop</name> + </property> + </activation> <dependencies> <dependency> <groupId>org.apache.hadoop</groupId>
