The dependencies file contains a list of the depencies of this component.
The url to the schema version of the dependencies file.
The id of the dependencies file (group:name:version:classifier@ext).
Reference to the profile to be used with this list (group:name:version:classifier@ext).
Reference to the repositories list to be used with this profile (group:name:version:classifier@ext).
Name of the component.
The list of dependencies.
No Additional ItemsThe name of the dependency.
The reference to the dependency. This can be the value of a version, branch, tag or commit.
The type of the entry. This can be 'version', 'branch', 'tag' or 'commit'.
The ref value. This can be the value of a version, branch, tag or commit.
How to resolve conflicts, defaults to 'profile'. 'profile' will use the profile ref and only fall back to local ref if the ref is not defined within the profile. 'force' will enforce the local ref. 'latest' will compare profile and local ref and use the latest ref. When using 'latest' strategy ref types 'commit' and 'branch' are beeing ignored.