left behind an old reference

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-02-08 04:30:30 +00:00
parent d783d9ce98
commit 440cb8d559
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ protected ArtifactResolutionResult collect( Set artifacts,
try
{
referencedDependencies = source.retrieve( newArtifact, localRepository, remoteRepositories, source.localRepository );
referencedDependencies = source.retrieve( newArtifact, localRepository, remoteRepositories );
}
catch ( ArtifactMetadataRetrievalException e )
{