Updated Branches: refs/heads/1.5.1-SNAPSHOT 8b5f26116 -> c93872afd
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 Signed-off-by: Josh Elser <els...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c93872af Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c93872af Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c93872af Branch: refs/heads/1.5.1-SNAPSHOT Commit: c93872afd3e191ea81e353e609749128d3b5c417 Parents: 8b5f261 Author: Michael Wall <mjw...@gmail.com> Authored: Mon Nov 11 21:22:27 2013 -0500 Committer: Josh Elser <els...@apache.org> Committed: Mon Nov 11 20:48:13 2013 -0800 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/c93872af/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 84afd39..9f81f43 100644 --- a/pom.xml +++ b/pom.xml @@ -113,6 +113,8 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sealJars>false</sealJars> + <!-- overwritten in profiles hadoop-1.0 or hadoop-2.0 --> + <slf4j.version>1.4.3</slf4j.version> <!-- ZooKeeper 3.4.x works also, but we're not using new features yet; this ensures 3.3.x compatibility. --> <zookeeper.version>3.3.6</zookeeper.version> </properties>