<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-http2</artifactId>
<version>2.1.7</version>
</dependency>
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>2.1.7</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-jersey
|-- io.dropwizard:dropwizard-jetty
|-- io.dropwizard:dropwizard-logging
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-healthchecks
|-- io.dropwizard.metrics:metrics-jetty9
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.google.code.findbugs:jsr305
|-- jakarta.validation:jakarta.validation-api
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- org.eclipse.jetty:jetty-alpn-server
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-util
|-- org.eclipse.jetty.http2:http2-server
runtime
|-- jakarta.servlet:jakarta.servlet-api
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.conscrypt:conscrypt-openjdk-uber
|-- org.eclipse.jetty.http2:http2-client
|-- org.eclipse.jetty:jetty-client
|-- org.eclipse.jetty.http2:http2-http-client-transport
|-- io.dropwizard:dropwizard-configuration