From 482eeb1c217789b5d772f5c15c3ab7aa89caf279 Mon Sep 17 00:00:00 2001 From: Antoine Rey <antoine.rey@gmail.com> Date: Sun, 13 Mar 2016 10:14:05 +0100 Subject: [PATCH] Revert "Jetty 9.3 support" This reverts commit 4b1f7a7a589a0fde3637191408bf2463eba0988e. --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index f0c9d6a..2310a36 100644 --- a/pom.xml +++ b/pom.xml @@ -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 --> -- GitLab