Jetty 9.3 support

This commit is contained in:
Antoine Rey 2016-03-13 10:10:30 +01:00
parent 203d20efcc
commit 4b1f7a7a58

View file

@ -153,6 +153,14 @@
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<scope>runtime</scope>
<exclusions>
<!-- Fix Jetty 9.3 issue -->
<!-- http://stackoverflow.com/questions/32643530/classpath-issue-between-jetty-maven-plugin-and-tomcat-jdbc-8-0-9-leading-to-ser -->
<exclusion>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-juli</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Logging with SLF4J & LogBack -->