mirror of https://github.com/apache/maven.git
Forgot a requirement in the component descriptor.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@545545 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f6416573fa
commit
6312592e56
|
@ -32,6 +32,9 @@ under the License.
|
|||
<requirement>
|
||||
<role>org.apache.maven.settings.validation.SettingsValidator</role>
|
||||
</requirement>
|
||||
<requirement>
|
||||
<role>org.apache.maven.context.BuildContextManager</role>
|
||||
</requirement>
|
||||
</requirements>
|
||||
<!--
|
||||
<configuration>
|
||||
|
|
Loading…
Reference in New Issue