<dependency>
<groupId>io.zonky.test</groupId>
<artifactId>embedded-postgres</artifactId>
<version>1.3.0</version>
</dependency>
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- org.apache.commons:commons-lang3:3.10
|-- org.apache.commons:commons-compress:1.20
|-- commons-codec:commons-codec:1.14
|-- org.flywaydb:flyway-core:7.1.1
|-- org.liquibase:liquibase-core:4.0.0
|-- org.postgresql:postgresql:42.2.14
provided
|-- junit:junit:4.12
|-- org.junit.jupiter:junit-jupiter-api:5.7.0
runtime
|-- io.zonky.test.postgres:embedded-postgres-binaries-windows-amd64:10.15.0-1
|-- io.zonky.test.postgres:embedded-postgres-binaries-darwin-amd64:10.15.0-1
|-- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:10.15.0-1
|-- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64-alpine:10.15.0-1
test
|-- org.junit.vintage:junit-vintage-engine:5.7.0
|-- org.junit.jupiter:junit-jupiter-engine:5.7.0