Skip to content
Snippets Groups Projects
Commit 482eeb1c authored by Antoine Rey's avatar Antoine Rey
Browse files

Revert "Jetty 9.3 support"

This reverts commit 4b1f7a7a.
parent 4b1f7a7a
No related branches found
No related tags found
No related merge requests found
......@@ -153,14 +153,6 @@
<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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment