<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-service-utilities</artifactId>
<version>0.4.0</version>
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-service-utilities', version='0.4.0')
)
<parent> <groupId>org.kiwiproject</groupId> <artifactId>kiwi-parent</artifactId> <version>0.5.0</version> </parent>
compile
|-- io.dropwizard:dropwizard-core:2.0.16
|-- org.kiwiproject:dropwizard-curator:0.15.0
|-- io.dropwizard:dropwizard-jackson:2.0.16
|-- org.kiwiproject:kiwi:0.18.0
|-- org.kiwiproject:metrics-healthchecks-severity:0.15.0
|-- org.kiwiproject:service-discovery-client:0.11.0
provided
|-- org.apache.zookeeper:zookeeper:3.4.14
|-- org.hibernate.validator:hibernate-validator:6.1.6.Final
|-- org.glassfish.hk2:hk2-utils:2.6.1
|-- org.glassfish.jersey.inject:jersey-hk2:2.32
|-- org.mongodb:mongo-java-driver:3.11.2
|-- io.dropwizard.metrics:metrics-jetty9:4.1.16
|-- io.dropwizard.metrics:metrics-servlets:4.1.16
|-- org.kiwiproject:registry-aware-jersey-client:0.9.0
test
|-- org.apache.curator:curator-test:2.13.0
|-- io.dropwizard:dropwizard-client:2.0.16
|-- io.dropwizard:dropwizard-testing:2.0.16
|-- org.hibernate:hibernate-core:5.4.24.Final
|-- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.5
|-- org.junit-pioneer:junit-pioneer:1.1.0