<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>maven-archetype-paxexam-junit</artifactId>
<version>1.1.0</version>
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='maven-archetype-paxexam-junit', version='1.1.0')
)
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>exam</artifactId> <version>1.1.0</version> </parent>
compile
|-- commons-logging:commons-logging
|-- org.apache.maven:maven-project:2.0.10
|-- org.apache.maven:maven-model:2.0.10
|-- org.apache.maven:maven-plugin-api:2.0.10