<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>netconf-config</artifactId>
<version>6.0.9</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='netconf-config', version='6.0.9')
)
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-parent</artifactId> <version>6.0.9</version> </parent>
compile
|-- org.eclipse.jdt:org.eclipse.jdt.annotation
|-- org.opendaylight.controller:threadpool-config-api
|-- org.opendaylight.controller:threadpool-config-impl
|-- com.guicedee.services:javax.inject
|-- org.osgi:org.osgi.framework
|-- org.osgi:org.osgi.service.component
|-- org.osgi:org.osgi.service.component.annotations
|-- org.osgi:org.osgi.service.metatype.annotations
provided