mirror of https://github.com/apache/maven.git
17 lines
423 B
XML
17 lines
423 B
XML
|
<project>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>org.apache.maven.it</groupId>
|
||
|
<artifactId>maven-core-it1015</artifactId>
|
||
|
<packaging>jar</packaging>
|
||
|
<version>${version}</version>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>junit</groupId>
|
||
|
<artifactId>junit</artifactId>
|
||
|
<version>3.8.1</version>
|
||
|
<type>jar</type>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|