<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
<version>0.7.1</version>
</dependency>
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.7.1</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- com.sun.jersey.jersey-test-framework:jersey-test-framework-core
|-- com.sun.jersey.jersey-test-framework:jersey-test-framework-inmemory
|-- junit:junit:4.11
|-- org.mockito:mockito-core:1.9.5