<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-default</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-container-default', version='1.0.0')
)
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>exam</artifactId> <version>1.0.0</version> </parent>
compile
|-- org.ops4j.pax.exam:pax-exam:1.0.0
|-- org.ops4j.pax.exam:pax-exam-spi:1.0.0
|-- org.ops4j.pax.exam:pax-exam-container-rbc-client:1.0.0
|-- org.ops4j.base:ops4j-base-lang
|-- org.ops4j.base:ops4j-base-net