teknux-org/jetty-bootstrap

Remove logback implementation

Closed this issue · 2 comments

Remove logback implementation and maven dependency

Logback is now optional is pom.xml file (maven)

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>