Remove logback implementation
Closed this issue · 2 comments
pinonpierre commented
Remove logback implementation and maven dependency
pinonpierre commented
Logback is now optional is pom.xml file (maven)
pinonpierre commented
In the version 1.0.1-SNAPSHOT and in the future version 1.0.1, Logback implentation will be not include anymore.
You need to add new dependency like that :
<dependency>
<groupId>org.teknux</groupId>
<artifactId>jetty-bootstrap-logs</artifactId>
<version>${jetty-bootstrap.version}</version>
</dependency>