<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4-1200-jdbc41</version>
</dependency>
@Grapes(
@Grab(group='org.postgresql', module='postgresql', version='9.4-1200-jdbc41')
)
compile
|-- com.github.dblock.waffle:waffle-jna:1.7
provided
|-- org.osgi:org.osgi.core:4.3.1
|-- org.osgi:org.osgi.enterprise:4.2.0
runtime
|-- com.github.dblock.waffle:waffle-jna:1.7
|-- org.slf4j:slf4j-simple:1.7.7
test
|-- junit:junit:4.11