ACCUMULO-1876 default for slf4j.version Sets default to 1.4.3 as hadoop-1.0 is default in parent pom for 1.5.1-SNAPSHOT (cherry picked from commit c93872afd3e191ea81e353e609749128d3b5c417)
Reason: bugfix Author: Michael Wall <mjw...@gmail.com> 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/c0939746 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c0939746 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c0939746 Branch: refs/heads/1.5.1-SNAPSHOT Commit: c093974647a93f70320c5d62eeff00e27fa3149d Parents: 5e3967f Author: Michael Wall <mjw...@gmail.com> Authored: Fri Nov 15 16:29:46 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/c0939746/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ca550d5..eda8390 100644 --- a/pom.xml +++ b/pom.xml @@ -868,6 +868,8 @@ <properties> <targetJdk>1.6</targetJdk> + <!-- 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>