<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>diagstatus-web</artifactId>
<version>4.0.3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='diagstatus-web', version='4.0.3')
)
<parent> <groupId>org.opendaylight.infrautils</groupId> <artifactId>parent</artifactId> <version>4.0.3</version> </parent>
compile
|-- org.opendaylight.infrautils:diagstatus-api
|-- javax.servlet:javax.servlet-api
|-- org.osgi:org.osgi.service.component.annotations
|-- org.osgi:org.osgi.service.http.whiteboard
|-- org.opendaylight.infrautils:infrautils-testutils
test