I am running a web application that uses Jersey 1.19.4 and JSTL 1.2.
Here is the maven dependency tree for the Embedded jetty project.
[INFO] +- org.eclipse.jetty:jetty-webapp:jar:9.4.14.v20181114:compile [INFO] | +- org.eclipse.jetty:jetty-xml:jar:9.4.14.v20181114:compile [INFO] | \- org.eclipse.jetty:jetty-servlet:jar:9.4.14.v20181114:compile [INFO] | \- org.eclipse.jetty:jetty-security:jar:9.4.14.v20181114:compile [INFO] | \- org.eclipse.jetty:jetty-server:jar:9.4.14.v20181114:compile [INFO] +- org.eclipse.jetty:jetty-servlets:jar:9.4.14.v20181114:compile [INFO] | +- org.eclipse.jetty:jetty-continuation:jar:9.4.14.v20181114:compile [INFO] | +- org.eclipse.jetty:jetty-http:jar:9.4.14.v20181114:compile [INFO] | +- org.eclipse.jetty:jetty-util:jar:9.4.14.v20181114:compile [INFO] | \- org.eclipse.jetty:jetty-io:jar:9.4.14.v20181114:compile [INFO] +- org.eclipse.jetty:jetty-jsp:jar:9.2.26.v20180806:compile [INFO] | +- org.eclipse.jetty.toolchain:jetty-schemas:jar:3.1.M0:compile [INFO] | +- javax.servlet:javax.servlet-api:jar:3.1.0:compile [INFO] | +- javax.servlet.jsp:javax.servlet.jsp-api:jar:2.3.1:compile [INFO] | +- org.glassfish.web:javax.servlet.jsp:jar:2.3.2:compile [INFO] | +- org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:jar:1.2.0.v201105211821:compile [INFO] | +- org.glassfish.web:javax.servlet.jsp.jstl:jar:1.2.2:compile [INFO] | +- org.glassfish:javax.el:jar:3.0.0:compile [INFO] | \- org.eclipse.jetty.orbit:org.eclipse.jdt.core:jar:3.8.2.v20130121:compile [INFO] +- org.eclipse.jetty.toolchain:jetty-jsp-jdt:jar:2.3.3:compile [INFO] +- org.slf4j:slf4j-api:jar:1.7.25:compile [INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.25:compile [INFO] +- commons-io:commons-io:jar:2.4:compile [INFO] +- commons-logging:commons-logging:jar:1.1.3:compile [INFO] +- log4j:log4j:jar:1.2.17:compile [INFO] \- log4j:apache-log4j-extras:jar:1.2.17:compile
Error:
com.sun.jersey.api.container.ContainerException: org.apache.jasper.JasperException: /test.jsp(2,62) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application