<dependency>
<groupId>org.rnorth.test-containers</groupId>
<artifactId>postgresql</artifactId>
<version>0.9.5</version>
</dependency>
@Grapes(
@Grab(group='org.rnorth.test-containers', module='postgresql', version='0.9.5')
)
<parent> <groupId>org.rnorth.test-containers</groupId> <artifactId>test-containers-parent</artifactId> <version>0.9.5</version> </parent>
compile
|-- org.rnorth.test-containers:test-containers
|-- org.rnorth.test-containers:jdbc
test
|-- org.postgresql:postgresql:9.3-1101-jdbc41