ACCUMULO-1876 default for slf4j.version Sets default to 1.7.5 as hadoop-2.2 is default in parent pom for 1.6.0-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/850bd3e7 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/850bd3e7 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/850bd3e7 Branch: refs/heads/1.6.0-SNAPSHOT Commit: 850bd3e7300425ae78f51d41f67912604f2bb914 Parents: 1ed74a2 Author: Michael Wall <mjw...@gmail.com> Authored: Mon Nov 11 21:30:47 2013 -0500 Committer: Josh Elser <els...@apache.org> Committed: Tue Nov 12 13:57:08 2013 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/850bd3e7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 513a0ca..3e45a81 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ <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> + <slf4j.version>1.7.5</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>