ACCUMULO-1876 Add default values for hadoop.version and httpclient.version to make ivy work.
(cherry picked from commit 20cbf248e27069c0c05a595342de73e9ecc43743) Differs from original by changing Hadoop version to match current pom and leaving out dependencies not yet declared in profiles. Reason: bugfix Author: Josh Elser <els...@apache.org> Ref: ACCUMULO-1792 Signed-off-by: Eric Newton <eric.new...@gmail.com> Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6446ad5c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6446ad5c Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6446ad5c Branch: refs/heads/1.5.1-SNAPSHOT Commit: 6446ad5c20fec4b4506a01ac259c26d08974faf4 Parents: c093974 Author: Josh Elser <els...@apache.org> Authored: Fri Nov 15 16:39:11 2013 -0600 Committer: Eric Newton <eric.new...@gmail.com> Committed: Mon Nov 25 16:06:44 2013 -0500 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/6446ad5c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eda8390..d664a5b 100644 --- a/pom.xml +++ b/pom.xml @@ -869,6 +869,8 @@ <properties> <targetJdk>1.6</targetJdk> <!-- overwritten in profiles hadoop-1.0 or hadoop-2.0 --> + <hadoop.version>1.0.4</hadoop.version> + <!-- overwritten in profiles hadoop-1.0 or hadoop-2.0 --> <slf4j.version>1.4.3</slf4j.version> <zookeeper.version>3.3.1</zookeeper.version> </properties>