Created
January 17, 2015 20:43
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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