<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-servlets</artifactId>
<version>2.1.6</version>
</dependency>
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>2.1.6</version> </parent>
compile
|-- io.dropwizard:dropwizard-util
|-- io.dropwizard.metrics:metrics-annotation
|-- io.dropwizard.metrics:metrics-core
|-- ch.qos.logback:logback-classic
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.google.code.findbugs:jsr305
|-- jakarta.servlet:jakarta.servlet-api
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty:jetty-util