mirror of https://github.com/apache/maven.git
20 lines
482 B
XML
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>
|