diff --git a/pom.xml b/pom.xml
index 2310a36ff46daf1a01207c849b9fd81566591574..f0c9d6a4eea290a3be4d8dddc684da8e4f06122d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->