<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jetty</artifactId>
<version>3.0.6</version>
</dependency>
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>3.0.6</version> </parent>
compile
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-logging
|-- io.dropwizard:dropwizard-util
|-- io.dropwizard:dropwizard-validation
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-jetty10
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.checkerframework:checker-qual
|-- jakarta.validation:jakarta.validation-api
|-- org.eclipse.jetty:jetty-io
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-util
|-- jakarta.servlet:jakarta.servlet-api
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty:jetty-servlets
|-- org.eclipse.jetty:jetty-http
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api