mirror of https://github.com/apache/maven.git
[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:
parent
f60741289a
commit
048808f308
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue