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