The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
<!-- we need toadd the ServletAPI dependency: javax.servlet-api --><dependency><groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId><version>3.1.0</version></dependency>