<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>apache-jsp</artifactId>
<version>10.0.15</version>
</dependency>
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>10.0.15</version> </parent>
compile
|-- org.eclipse.jetty:jetty-util
|-- org.eclipse.jetty.toolchain:jetty-servlet-api
|-- org.mortbay.jasper:apache-jsp
test
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty.tests:jetty-http-tools