<dependency>
<groupId>io.zonky.test</groupId>
<artifactId>embedded-postgres</artifactId>
<version>1.2.1</version>
</dependency>
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- org.apache.commons:commons-lang3:3.6
|-- org.apache.commons:commons-compress:1.18
|-- commons-codec:commons-codec:1.11
|-- org.flywaydb:flyway-core:5.0.7
|-- org.postgresql:postgresql:42.2.2
provided
|-- junit:junit:4.12
|-- org.junit.jupiter:junit-jupiter-api:5.3.2
runtime
|-- io.zonky.test.postgres:embedded-postgres-binaries-windows-amd64:10.6.0
|-- io.zonky.test.postgres:embedded-postgres-binaries-darwin-amd64:10.6.0
|-- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:10.6.0
|-- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64-alpine:10.6.0
test