<dependency>
<groupId>com.impossibl.pgjdbc-ng</groupId>
<artifactId>pgjdbc-ng</artifactId>
<version>0.7.1</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- io.netty:netty-common:4.1.8.Final
|-- io.netty:netty-buffer:4.1.8.Final
|-- io.netty:netty-transport:4.1.8.Final
|-- io.netty:netty-codec:4.1.8.Final
|-- io.netty:netty-handler:4.1.8.Final
test
|-- junit:junit:4.11