mirror of https://github.com/apache/maven.git
24 lines
605 B
XML
24 lines
605 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<parent>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-component</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<name>Maven Model</name>
|
|
<groupId>maven</groupId>
|
|
<id>maven-model</id>
|
|
<artifactId>maven-model</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
<description>Maven Model</description>
|
|
<shortDescription>Maven Model</shortDescription>
|
|
<dependencies>
|
|
<dependency>
|
|
<artifactId>xpp3</artifactId>
|
|
<groupId>xpp3</groupId>
|
|
<version>1.1.3.3</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|