<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>sal-netconf-connector</artifactId>
<version>2.0.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='sal-netconf-connector', version='2.0.2')
)
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-parent</artifactId> <version>2.0.2</version> </parent>
compile
|-- org.opendaylight.netconf:ietf-netconf-monitoring
|-- org.opendaylight.netconf:ietf-netconf-monitoring-extension
|-- org.opendaylight.netconf:ietf-netconf-notifications
|-- org.opendaylight.mdsal.binding.model.ietf:rfc8525
|-- org.opendaylight.netconf:netconf-client
|-- org.opendaylight.netconf:netconf-notifications-api
|-- org.opendaylight.mdsal:mdsal-binding-api
|-- org.opendaylight.netconf:netconf-dom-api
|-- org.opendaylight.mdsal:mdsal-binding-runtime-spi
|-- org.opendaylight.mdsal:mdsal-dom-spi
|-- org.opendaylight.mdsal.model:ietf-topology
|-- org.opendaylight.yangtools:yang-data-impl
|-- org.opendaylight.yangtools:yang-model-api
|-- org.opendaylight.yangtools:yang-model-util
|-- org.opendaylight.yangtools:yang-parser-impl
|-- org.opendaylight.yangtools:yang-repo-fs
|-- org.opendaylight.yangtools:yang-data-codec-gson
|-- org.opendaylight.yangtools:yang-data-codec-xml
|-- org.opendaylight.mdsal.binding.model.ietf:rfc6991-ietf-inet-types
|-- org.opendaylight.mdsal.model:yang-ext
|-- org.opendaylight.netconf:netconf-util
|-- com.guicedee.services:javax.inject
|-- org.xmlunit:xmlunit-legacy
|-- org.opendaylight.mdsal:mdsal-binding-test-utils
|-- org.opendaylight.yangtools:yang-test-util
|-- org.opendaylight.netconf:netconf-test-models
test
|-- org.opendaylight.netconf:netconf-impl