<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>apache-jsp</artifactId>
<version>9.4.6.v20170531</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='apache-jsp', version='9.4.6.v20170531')
)
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>9.4.6.v20170531</version> </parent>
compile
|-- org.eclipse.jetty:jetty-util
|-- org.eclipse.jetty.toolchain:jetty-schemas
|-- javax.servlet:javax.servlet-api
|-- org.mortbay.jasper:apache-jsp
|-- org.eclipse.jdt.core.compiler:ecj
test
|-- org.eclipse.jetty:jetty-servlet