<dependency>
<groupId>ru.yandex.qatools.embed</groupId>
<artifactId>postgresql-embedded</artifactId>
<version>2.3</version>
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.embed', module='postgresql-embedded', version='2.3')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- de.flapdoodle.embed:de.flapdoodle.embed.process:2.0.1
test
|-- org.postgresql:postgresql:9.3-1100-jdbc41
|-- org.springframework:spring-beans:4.3.2.RELEASE
|-- org.springframework:spring-core:4.3.2.RELEASE
|-- org.springframework:spring-context:4.3.2.RELEASE
|-- org.springframework:spring-test:4.3.2.RELEASE
|-- junit:junit:4.12
|-- org.mockito:mockito-core:1.10.19
|-- org.hamcrest:hamcrest-all:1.3
|-- org.kubek2k:springockito:1.0.9
|-- org.slf4j:slf4j-log4j12:1.7.12
|-- org.slf4j:jcl-over-slf4j:1.7.12