o Added quick fix for LegacyRepositorySystemTest which hasn't been updated to use the stub repo yet

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@829407 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-10-24 16:46:26 +00:00
parent 67c7dc2168
commit 66f67c3d40
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@
<artifactId>wagon-file</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>