<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
<version>0.8.4</version>
</dependency>
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.8.4</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- junit:junit
|-- org.objenesis:objenesis:2.1
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory
test
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2