I have the following dependency in my pom.xml so that my IDE (IntelliJ) has the servlet-api classes available during compilation, but not provided in the build.
Exclusions weren't enough in my case, but downgrading jetty to 7.6.14.v20131031 works for me.