<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-service-utilities</artifactId>
<version>0.7.0</version>
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-service-utilities', version='0.7.0')
)
<parent> <groupId>org.kiwiproject</groupId> <artifactId>kiwi-parent</artifactId> <version>0.9.0</version> </parent>
compile
|-- io.dropwizard:dropwizard-core:2.0.20
|-- org.kiwiproject:dropwizard-curator:0.17.0
|-- io.dropwizard:dropwizard-jackson:2.0.20
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.kiwiproject:kiwi:0.20.0
|-- org.kiwiproject:metrics-healthchecks-severity:0.17.0
|-- org.kiwiproject:service-discovery-client:0.14.0
provided
|-- org.apache.zookeeper:zookeeper:3.4.14
|-- org.hibernate.validator:hibernate-validator:6.1.7.Final
|-- org.glassfish.hk2:hk2-utils:2.6.1
|-- org.glassfish.jersey.inject:jersey-hk2:2.33
|-- org.mongodb:mongo-java-driver:3.12.8
|-- io.dropwizard.metrics:metrics-jetty9:4.1.18
|-- io.dropwizard.metrics:metrics-servlets:4.1.18
|-- org.kiwiproject:registry-aware-jersey-client:0.12.0
test
|-- org.apache.curator:curator-test:2.13.0
|-- io.dropwizard:dropwizard-client:2.0.20
|-- io.dropwizard:dropwizard-testing:2.0.20
|-- org.hibernate:hibernate-core:5.4.28.Final
|-- org.apache.httpcomponents:httpcore:4.4.14
|-- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
|-- org.junit-pioneer:junit-pioneer:1.2.0