<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>netconf-ssh</artifactId>
<version>1.3.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='netconf-ssh', version='1.3.0')
)
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>bundle-parent</artifactId> <version>2.0.4</version> </parent>
compile
|-- org.opendaylight.netconf:netconf-api
|-- org.opendaylight.netconf:netconf-auth
|-- org.opendaylight.netconf:netconf-util
|-- org.opendaylight.netconf:netconf-impl
|-- org.opendaylight.controller:threadpool-config-api
|-- org.opendaylight.controller:netty-config-api
|-- org.opendaylight.mdsal.model:ietf-inet-types-2013-07-15
|-- org.bouncycastle:bcpkix-jdk15on
|-- org.bouncycastle:bcprov-jdk15on
|-- org.opendaylight.netconf:netconf-netty-util
|-- org.osgi:org.osgi.compendium
test