<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</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-util
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-validation
|-- io.dropwizard:dropwizard-configuration
|-- io.dropwizard:dropwizard-logging
|-- io.dropwizard:dropwizard-metrics
|-- io.dropwizard:dropwizard-jersey
|-- io.dropwizard:dropwizard-servlets
|-- io.dropwizard:dropwizard-jetty
|-- io.dropwizard:dropwizard-lifecycle
|-- com.codahale.metrics:metrics-core
|-- com.codahale.metrics:metrics-jvm
|-- com.codahale.metrics:metrics-servlets
|-- com.codahale.metrics:metrics-healthchecks
|-- net.sourceforge.argparse4j:argparse4j:0.4.3
|-- org.eclipse.jetty.orbit:javax.servlet
|-- org.eclipse.jetty.toolchain.setuid:jetty-setuid-java:1.0.2
test
|-- com.sun.jersey.jersey-test-framework:jersey-test-framework-core
|-- com.sun.jersey.jersey-test-framework:jersey-test-framework-inmemory