<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-pg-embedded</artifactId>
<version>0.6.0</version>
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-pg-embedded', version='0.6.0')
)
<parent> <groupId>com.opentable</groupId> <artifactId>otj-parent-oss</artifactId> <version>50</version> </parent>
compile
|-- org.apache.commons:commons-lang3
|-- org.apache.commons:commons-compress:1.11
|-- commons-codec:commons-codec
|-- org.flywaydb:flyway-core:4.0
|-- com.google.code.findbugs:annotations
|-- org.postgresql:postgresql:9.4.1208
provided
|-- junit:junit
test