<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi-test</artifactId>
<version>3.7.0</version>
</dependency>
<parent> <groupId>org.kiwiproject</groupId> <artifactId>kiwi-parent</artifactId> <version>3.0.20</version> </parent>
compile
provided
|-- org.apache.curator:curator-recipes
|-- org.apache.curator:curator-test
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-db
|-- io.dropwizard:dropwizard-testing
|-- io.zonky.test:embedded-postgres
|-- org.hibernate.orm:hibernate-core
|-- org.hibernate.validator:hibernate-validator
|-- com.fasterxml.jackson.core:jackson-databind
|-- jakarta.persistence:jakarta.persistence-api
|-- org.skyscreamer:jsonassert
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-params
|-- com.squareup.okhttp3:mockwebserver:4.12.0
|-- org.liquibase:liquibase-core
|-- ch.qos.logback:logback-classic
|-- io.dropwizard.metrics:metrics-healthchecks
|-- org.mongodb:mongodb-driver-sync
|-- org.mongodb:mongodb-driver-core
|-- de.bwaldvogel:mongo-java-server
|-- org.xmlunit:xmlunit-assertj:2.10.0
test