<dependency>
<groupId>io.zonky.test</groupId>
<artifactId>embedded-postgres</artifactId>
<version>2.0.5</version>
</dependency>
compile
|-- org.slf4j:slf4j-api:1.7.36
|-- org.apache.commons:commons-lang3:3.12.0
|-- org.apache.commons:commons-compress:1.21
|-- commons-io:commons-io:2.11.0
|-- commons-codec:commons-codec:1.15
|-- org.flywaydb:flyway-core:7.15.0
|-- org.liquibase:liquibase-core:4.10.0
|-- org.postgresql:postgresql:42.3.5
provided
|-- org.junit.jupiter:junit-jupiter-api:5.8.2
runtime
|-- io.zonky.test.postgres:embedded-postgres-binaries-windows-amd64:14.10.0
|-- io.zonky.test.postgres:embedded-postgres-binaries-darwin-amd64:14.10.0
|-- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:14.10.0
|-- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64-alpine:14.10.0
test
|-- org.junit.vintage:junit-vintage-engine:5.8.2
|-- org.junit.jupiter:junit-jupiter-engine:5.8.2