Update SLF4J to version 1.7.6. Previously, inconsistent versions were used between sub-projects. All unit-tests pass.

This commit is contained in:
Andreas Schildbach
2014-02-10 14:57:12 +01:00
committed by Mike Hearn
parent 5a8b99b64d
commit 8fdfb04e43
5 changed files with 8 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.6.4</version>
<version>1.7.6</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>