Jason van Zyl 488781d726 Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162948 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 17:53:36 +00:00

20 lines
482 B
XML

<project>
<parent>
<groupId>maven</groupId>
<artifactId>maven-it-support-parent</artifactId>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>maven</groupId>
<artifactId>maven-core-it0007</artifactId>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>test</type>
</dependency>
</dependencies>
</project>