<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>config-manager</artifactId>
<version>0.2.3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='config-manager', version='0.2.3')
)
<parent> <groupId>org.opendaylight.controller</groupId> <artifactId>config-subsystem</artifactId> <version>0.2.3</version> </parent>
compile
|-- org.opendaylight.controller:config-api
|-- com.google.code.findbugs:jsr305
|-- org.opendaylight.yangtools:mockito-configuration
|-- org.opendaylight.yangtools:concepts
|-- org.opendaylight.yangtools:yang-data-impl
test
|-- org.opendaylight.controller:config-util