What is the standard pom for adding the 1.2.1 JSTL taglib in a maven project. Any recommendations as to when/if can this be scoped as provide
Ended up using :
javax.servlet
javax.servlet-api
3.1.0
provided
javax.servlet.jsp.jstl
javax.servlet.jsp.jstl-api
1.2.1
org.glassfish.web
javax.servlet.jsp.jstl
1.2.1
jstl-api
javax.servlet.jsp.jstl
Not sure if I should add the jstl-api dependency - please comment (I would accept a more authoritative answer actually). Result:

See:
For 1.2: