mirror of
https://github.com/apache/maven.git
synced 2025-02-12 04:55:38 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@384321 13f79535-47bb-0310-9956-ffa450edef68
18 lines
431 B
XML
18 lines
431 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.it0101</groupId>
|
|
<artifactId>it0101</artifactId>
|
|
<version>1.0</version>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>test</groupId>
|
|
<artifactId>test-dependency</artifactId>
|
|
<version>1</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/${libdir}/test-dep.txt</systemPath>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|
|
|