<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-hibernate</artifactId>
<version>2.0.35</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-hibernate', version='2.0.35')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>2.0.35</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-db
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-jersey
|-- io.dropwizard:dropwizard-lifecycle
|-- io.dropwizard:dropwizard-logging
|-- io.dropwizard:dropwizard-util
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-healthchecks
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.datatype:jackson-datatype-hibernate5
|-- com.google.code.findbugs:jsr305
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- javax.persistence:javax.persistence-api
|-- org.apache.tomcat:tomcat-jdbc
|-- org.glassfish.jersey.core:jersey-client
|-- org.glassfish.jersey.core:jersey-common
|-- org.glassfish.jersey.core:jersey-server
|-- org.hibernate:hibernate-core
|-- jakarta.activation:jakarta.activation-api
|-- jakarta.xml.bind:jakarta.xml.bind-api
runtime
|-- org.jadira.usertype:usertype.core
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- io.dropwizard:dropwizard-testing
|-- org.glassfish.jersey.test-framework:jersey-test-framework-core
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory