<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>netconf-auth</artifactId>
<version>6.0.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='netconf-auth', version='6.0.0')
)
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-parent</artifactId> <version>6.0.0</version> </parent>