How do I add the servlets API to my project\'s pom.xml
mvnrepository.com has lots of servlet api and similarly named projects, that I don\'t know which is the right
We use
javax j2ee 1.4 provided
but if you only need the servlet api you might want to use
javax.servlet servlet-api ? provided