Logback and slf4j dependencies, see #2615

* Latest slf4j 1.6.6
* Latest logback-classic 1.0.7
* Removed runtime scope for logback in docs
This commit is contained in:
Patrik Nordwall 2012-10-12 14:15:00 +02:00
parent b193a45235
commit ec438ca2a6
3 changed files with 4 additions and 5 deletions

View file

@ -194,8 +194,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.4</version>
<scope>runtime</scope>
<version>1.0.7</version>
</dependency>
You need to enable the Slf4jEventHandler in the 'event-handlers' element in