2007-06-29 01:55:49 -04:00
|
|
|
<project>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2007-07-23 21:29:04 -04:00
|
|
|
<parent>
|
2007-09-23 21:31:02 -04:00
|
|
|
<groupId>org.apache.maven.its</groupId>
|
|
|
|
<artifactId>core-integration-testing</artifactId>
|
|
|
|
<version>2.1-SNAPSHOT</version>
|
2007-07-23 21:29:04 -04:00
|
|
|
</parent>
|
2007-06-29 01:55:49 -04:00
|
|
|
<groupId>org.apache.maven.its</groupId>
|
|
|
|
<artifactId>maven-integration-test-helper</artifactId>
|
|
|
|
<name>Maven Integration Tests</name>
|
|
|
|
<dependencies>
|
|
|
|
<!-- needed for VersionRange and Version -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>2.0.5</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-verifier</artifactId>
|
|
|
|
<version>1.1-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|