<dependency>
<groupId>de.softwareforge.testing</groupId>
<artifactId>pg-embedded</artifactId>
<version>1.0</version>
</dependency>
@Grapes(
@Grab(group='de.softwareforge.testing', module='pg-embedded', version='1.0')
)
<parent> <groupId>org.basepom</groupId> <artifactId>basepom-oss</artifactId> <version>36</version> </parent>
compile
|-- org.slf4j:slf4j-api:1.7.30
|-- com.google.guava:guava:30.1.1-jre
|-- org.apache.commons:commons-lang3:3.12.0
|-- org.apache.commons:commons-compress:1.20
|-- org.flywaydb:flyway-core:7.8.0
|-- org.postgresql:postgresql:42.2.19
|-- com.github.spotbugs:spotbugs-annotations:3.1.12
provided
|-- org.junit.jupiter:junit-jupiter-api
runtime
|-- io.zonky.test.postgres:embedded-postgres-binaries-darwin-amd64
|-- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64
test