<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>transport-tcp</artifactId>
<version>5.0.3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='transport-tcp', version='5.0.3')
)
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-parent</artifactId> <version>5.0.3</version> </parent>
compile
|-- io.netty:netty-transport-classes-epoll
|-- org.kohsuke.metainf-services:metainf-services
|-- org.opendaylight.yangtools:yang-common
|-- org.opendaylight.mdsal.binding.model.ietf:rfc6991-ietf-inet-types
|-- org.opendaylight.netconf.model:draft-ietf-netconf-crypto-types
|-- org.opendaylight.netconf:transport-api
test