<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-extender-whiteboard</artifactId>
<version>7.3.28</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web', module='pax-web-extender-whiteboard', version='7.3.28')
)
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>web</artifactId> <version>7.3.28</version> </parent>
compile
|-- org.ops4j.base:ops4j-base-lang
|-- org.ops4j.pax.swissbox:pax-swissbox-core
|-- org.ops4j.pax.swissbox:pax-swissbox-optional-jcl
|-- ${servlet.spec.groupId}:${servlet.spec.artifactId}
|-- junit:junit
provided
|-- org.ops4j.pax.web:pax-web-api
|-- javax.websocket:javax.websocket-api
test
|-- org.mockito:mockito-all:1.9.5