<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>transport-ssh</artifactId>
<version>6.0.3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='transport-ssh', version='6.0.3')
)
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-parent</artifactId> <version>6.0.3</version> </parent>
compile
|-- commons-codec:commons-codec:1.15
|-- org.bouncycastle:bcprov-jdk18on
|-- org.kohsuke.metainf-services:metainf-services
|-- org.opendaylight.yangtools:yang-common
|-- org.opendaylight.netconf:keystore-api
|-- org.opendaylight.netconf:shaded-sshd
|-- org.opendaylight.netconf:transport-api
|-- org.opendaylight.netconf:transport-tcp
|-- org.opendaylight.netconf:truststore-api
|-- org.opendaylight.netconf.model:draft-ietf-netconf-crypto-types
test
|-- io.netty:netty-transport-native-epoll
|-- org.bouncycastle:bcpkix-jdk18on
|-- org.opendaylight.mdsal.binding.model.ietf:rfc6991-ietf-inet-types