<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>jetty-webapp-example</artifactId>
<version>0.4</version>
<type>war</type>
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='jetty-webapp-example', version='0.4')
)
<parent> <groupId>com.github.mike10004</groupId> <artifactId>jetty-webapp-test-container-project</artifactId> <version>0.4</version> </parent>
compile
|-- org.glassfish.jersey.containers:jersey-container-servlet
provided
|-- org.glassfish.jersey.containers:jersey-container-jetty-servlet
runtime
|-- org.glassfish.jersey.inject:jersey-hk2
test
|-- junit:junit