<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-testing-harness</artifactId>
<version>1.3.0</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho', module='tycho-testing-harness', version='1.3.0')
)
<parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> <version>1.3.0</version> </parent>
compile
|-- org.apache.maven:maven-core
|-- org.apache.maven.plugin-testing:maven-plugin-testing-harness
|-- junit:junit
|-- org.hamcrest:hamcrest-core
|-- org.apache.maven.shared:maven-verifier