<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>9.0.0.M5</version>
</dependency>
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>9.0.0.M5</version> </parent>
compile
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-io
test
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty.toolchain:jetty-test-helper