maven/sandbox/acm/pom.xml
Jason van Zyl 3ff84a5786 for safe keeping
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290180 13f79535-47bb-0310-9956-ffa450edef68
2005-09-19 15:02:15 +00:00

14 lines
331 B
XML

<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.acm</groupId>
<artifactId>maven-acm</artifactId>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies>
</project>