<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-servlets</artifactId>
<version>1.3.7</version>
</dependency>
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>1.3.7</version> </parent>
compile
|-- io.dropwizard:dropwizard-util
|-- io.dropwizard.metrics:metrics-annotation
|-- io.dropwizard.metrics:metrics-core
|-- ch.qos.logback:logback-classic
provided
|-- javax.servlet:javax.servlet-api
test
|-- org.eclipse.jetty:jetty-servlet