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:
parent
b193a45235
commit
ec438ca2a6
3 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue