<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-pg-embedded</artifactId>
<version>0.4.4</version>
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-pg-embedded', version='0.4.4')
)
<parent> <groupId>com.opentable</groupId> <artifactId>otj-parent-oss</artifactId> <version>39</version> </parent>
compile
|-- com.opentable.components:otj-config:1.3.2
|-- org.apache.commons:commons-lang3
|-- commons-codec:commons-codec
|-- commons-configuration:commons-configuration
|-- com.google.code.findbugs:annotations
|-- postgresql:postgresql:9.1-901-1.jdbc4
|-- com.nesscomputing.migratory:migratory-core:4.2.0
provided
|-- junit:junit
test