A rebundling of Apache Tomcat Jasper to remove the tomcat server dependencies, so that the JSP engine can be used by the Eclipse Jetty project.
'org.mortbay.jasper:apache-jsp:8.0.9.M2'
<dependency> <groupId>org.mortbay.jasper</groupId> <artifactId>apache-jsp</artifactId> <version>8.0.9.M2</version> </dependency>
<dependency org="org.mortbay.jasper" name="apache-jsp" rev="8.0.9.M2"/>
"org.mortbay.jasper", "apache-jsp", "8.0.9.M2"