<dependency>
<groupId>org.opendaylight.jsonrpc.bus</groupId>
<artifactId>bus-spi</artifactId>
<version>1.16.3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.jsonrpc.bus', module='bus-spi', version='1.16.3')
)
<parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> <version>1.16.3</version> </parent>
compile
|-- com.github.spotbugs:spotbugs-annotations
|-- 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
|-- org.opendaylight.jsonrpc.bus:bus-api
|-- org.opendaylight.jsonrpc.security:security-api