Skip to content

Instantly share code, notes, and snippets.

@alxsimo
Created January 17, 2015 20:43
Show Gist options
  • Save alxsimo/11a8d5c0c65dc7a852b2 to your computer and use it in GitHub Desktop.
Save alxsimo/11a8d5c0c65dc7a852b2 to your computer and use it in GitHub Desktop.
[J2EE] 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment