Adding dep on p-u to fix the build.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@349968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-11-30 15:50:02 +00:00
parent dd9cbdcd14
commit a0db0c3347
1 changed files with 5 additions and 0 deletions

View File

@ -27,5 +27,10 @@
<version>1.0-alpha-8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.0.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>