Fixed error when building bec of a lack in dependency.

Wonder why we didn't catch this error earlier

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@380049 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Edwin L. Punzalan 2006-02-23 06:37:50 +00:00
parent 28d269cb00
commit 2448efd5a0
1 changed files with 4 additions and 0 deletions

View File

@ -42,5 +42,9 @@
<artifactId>wagon-file</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
</dependency>
</dependencies>
</project>