<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
<version>0.8.2</version>
</dependency>
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.8.2</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- org.glassfish.jersey.core:jersey-client
|-- io.dropwizard.metrics:metrics-httpclient
|-- org.glassfish.jersey.connectors:jersey-apache-connector
test