o don't need the model locator here anymore, pushed to the front-end

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@824099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-10-11 16:19:51 +00:00
parent 07398e00bc
commit 9cca807583
1 changed files with 0 additions and 4 deletions

View File

@ -27,7 +27,6 @@ import java.util.Set;
import org.apache.maven.artifact.InvalidRepositoryException;
import org.apache.maven.artifact.repository.ArtifactRepository;
import org.apache.maven.model.locator.ModelLocator;
import org.apache.maven.repository.RepositorySystem;
import org.apache.maven.settings.Mirror;
import org.apache.maven.settings.Proxy;
@ -55,9 +54,6 @@ public class DefaultMavenExecutionRequestPopulator
@Requirement( hint = "maven" )
private SecDispatcher securityDispatcher;
@Requirement
private ModelLocator modelLocator;
public MavenExecutionRequest populateFromSettings( MavenExecutionRequest request, Settings settings )
throws MavenExecutionRequestPopulationException
{