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:jasper-jsp:8.0.9.M2'
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>jasper-jsp</artifactId>
<version>8.0.9.M2</version>
</dependency>
<dependency org="org.mortbay.jasper" name="jasper-jsp" rev="8.0.9.M2"/>
"org.mortbay.jasper", "jasper-jsp", "8.0.9.M2"