mirror of
https://github.com/apache/maven.git
synced 2025-02-09 11:35:24 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330681 13f79535-47bb-0310-9956-ffa450edef68
25 lines
612 B
XML
25 lines
612 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.apache.maven.it</groupId>
|
|
<artifactId>it0085-parent</artifactId>
|
|
<version>1.0</version>
|
|
</parent>
|
|
<artifactId>it0085-war</artifactId>
|
|
<packaging>war</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>3.8.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.it</groupId>
|
|
<artifactId>it0085-dep</artifactId>
|
|
<version>1.0</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|