Change to logback 1.0.4, see #2198

This commit is contained in:
Patrik Nordwall 2012-06-07 20:40:14 +02:00
parent 2cbc04a5ab
commit f6365e83e7
3 changed files with 3 additions and 9 deletions

View file

@ -187,7 +187,7 @@ It has one single dependency; the slf4j-api jar. In runtime you also need a SLF4
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.0</version>
<version>1.0.4</version>
<scope>runtime</scope>
</dependency>