<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-flyway</artifactId>
<version>4.0.0-5</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-flyway', version='4.0.0-5')
)
compile
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-db
|-- io.dropwizard:dropwizard-util
|-- org.flywaydb:flyway-core:10.7.2
|-- org.checkerframework:checker-qual
|-- net.sourceforge.argparse4j:argparse4j
|-- com.fasterxml.jackson.core:jackson-annotations
test
|-- org.junit.jupiter:junit-jupiter
|-- org.mockito:mockito-junit-jupiter