[MNG-3849]

- removed security dispatcher xml descriptor dependency

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@750790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Gusakov 2009-03-06 07:10:18 +00:00
parent f60741289a
commit 048808f308
1 changed files with 1 additions and 2 deletions

View File

@ -77,8 +77,7 @@ public class DefaultMavenExecutionRequestPopulator
@Requirement
private MavenRepositorySystem repositorySystem;
// 2009-02-12 Oleg: this component is defined in maven-core components.xml
// because it already has another declared (not generated) component
// 2009-03-05 Oleg: this component is defined sub-classed in this package
@Requirement(hint = "maven")
private SecDispatcher securityDispatcher;