mirror of https://github.com/apache/maven.git
43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>maven-reporting</artifactId>
|
|
<groupId>org.apache.maven.reporting</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<artifactId>maven-reporting-api</artifactId>
|
|
<contributors>
|
|
<contributor>
|
|
<name>Vincent Siveton</name>
|
|
<email>vincent.siveton@gmail.com</email>
|
|
</contributor>
|
|
</contributors>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-project</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>doxia</groupId>
|
|
<artifactId>doxia-core</artifactId>
|
|
<version>1.0-alpha-3-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-validator</groupId>
|
|
<artifactId>commons-validator</artifactId>
|
|
<version>1.1.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>oro</groupId>
|
|
<artifactId>oro</artifactId>
|
|
<version>2.0.7</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|