I have a single java file to compile. It uses javax.servlet-api-3.1.0.jar. I added it to maven with mvn-install and it says it built successfully. However, in Intellij it still throws errors during compilation saying:
package javax.servlet does not exist.
This was after restarting it.
Am I missing anything with adding this jar to my program?
Thanks!