2005-03-10 01:35:25 +00:00
|
|
|
<model>
|
2004-07-01 02:11:35 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-06-18 02:08:23 +00:00
|
|
|
<artifactId>maven-core-it0002</artifactId>
|
2005-03-10 01:35:25 +00:00
|
|
|
<packaging>jar</packaging>
|
2004-06-17 19:36:01 +00:00
|
|
|
<version>1.0</version>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
2005-03-07 08:52:39 +00:00
|
|
|
<scope>test</scope>
|
2004-06-17 19:36:01 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core-it-support</artifactId>
|
2004-06-17 19:36:01 +00:00
|
|
|
<version>1.0</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-06-17 19:36:01 +00:00
|
|
|
</dependency>
|
2005-03-10 01:35:25 +00:00
|
|
|
</dependencies>
|
2005-03-23 06:52:55 +00:00
|
|
|
</model>
|