<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-rbc</artifactId>
<version>4.13.5</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-container-rbc', version='4.13.5')
)
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>exam</artifactId> <version>4.13.5</version> </parent>
compile
|-- org.ops4j.pax.swissbox:pax-swissbox-core
|-- org.ops4j.pax.swissbox:pax-swissbox-tracker
|-- org.ops4j.base:ops4j-base-net
provided
|-- org.ops4j.pax.exam:pax-exam
test
|-- junit:junit