2005-03-10 01:35:25 +00:00
|
|
|
<model>
|
2004-08-10 17:53:36 +00:00
|
|
|
<parent>
|
2005-03-10 21:36:58 +00:00
|
|
|
<artifactId>maven-it-support</artifactId>
|
2005-03-10 01:35:25 +00:00
|
|
|
<groupId>maven</groupId>
|
2004-08-10 17:53:36 +00:00
|
|
|
<version>1.0</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-core-it0007</artifactId>
|
2005-03-10 01:35:25 +00:00
|
|
|
<packaging>jar</packaging>
|
2004-08-10 17:53:36 +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-08-10 17:53:36 +00:00
|
|
|
</dependency>
|
2005-03-10 01:35:25 +00:00
|
|
|
</dependencies>
|
2005-03-10 21:36:58 +00:00
|
|
|
</model>
|