<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-native</artifactId>
<version>2.0.0-RC3</version>
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-container-native', version='2.0.0-RC3')
)
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>exam</artifactId> <version>2.0.0-RC3</version> </parent>
compile
|-- org.ops4j.pax.exam:pax-exam
|-- org.ops4j.pax.exam:pax-exam-spi
|-- org.ops4j.pax.swissbox:pax-swissbox-core
|-- org.ops4j.base:ops4j-base-lang
|-- org.ops4j.base:ops4j-base-net
provided