<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>binding-runtime-osgi</artifactId>
<version>14.0.5</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='binding-runtime-osgi', version='14.0.5')
)
<parent> <groupId>org.opendaylight.yangtools</groupId> <artifactId>bundle-parent</artifactId> <version>14.0.5</version> </parent>
compile
|-- org.eclipse.jdt:org.eclipse.jdt.annotation
|-- org.opendaylight.yangtools:binding-runtime-api
|-- org.opendaylight.yangtools:binding-runtime-spi
|-- org.opendaylight.yangtools:binding-spec
|-- org.opendaylight.yangtools:concepts
|-- org.opendaylight.yangtools:yang-common
|-- org.opendaylight.yangtools:yang-model-api
|-- org.opendaylight.yangtools:yang-parser-api
|-- org.osgi:org.osgi.framework
|-- org.osgi:org.osgi.service.component
|-- org.osgi:org.osgi.service.component.annotations
|-- org.osgi:org.osgi.util.tracker
|-- org.opendaylight.yangtools:binding-test-model
|-- org.opendaylight.yangtools:mockito-configuration
provided
|-- org.apache.karaf.features:org.apache.karaf.features.core
test