Description Resource Path Location Type The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path index.jsp /SpringMvcApplication/src/main/webapp line 1 JSP Problem code example
Example: The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>