SyntaxFix
Write A Post
Hire A Developer
Questions
I only put this code in my pom.xml and I executed the command maven install.
<dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.0.1</version> <scope>provided</scope> </dependency>