http://maven.apache.org/POM/4.0.0
element dependencies

Super Types
{http://maven.apache.org/POM/4.0.0} (restriction)

Documentation
4.0.0
            The dependencies specified here are not used until they
            are referenced in a POM within the group. This allows the
            specification of a "standard" version for a particular
            dependency.
          
Properties
This component is not nillable.

Model
<dependencies>
dependency*
</dependencies>


Nested Element Summary
Dependencydependency
          
Source
<xs:element minOccurs="0" name="dependencies">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="dependency" type="Dependency"/>
</xs:sequence>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.