2005-03-09 20:35:25 -05:00
|
|
|
<model>
|
2004-06-30 22:11:35 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-06-17 22:08:22 -04:00
|
|
|
<artifactId>maven-core-it0003</artifactId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<packaging>jar</packaging>
|
2004-06-17 22:08:22 -04:00
|
|
|
<version>1.0</version>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
2005-03-07 03:52:39 -05:00
|
|
|
<scope>test</scope>
|
2004-06-17 22:08:22 -04:00
|
|
|
</dependency>
|
2005-03-09 20:35:25 -05:00
|
|
|
</dependencies>
|
2005-03-23 01:52:55 -05:00
|
|
|
</model>
|