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