Hi,
i have a question about the dependency management in gradle.

maven supports two types of dependencies. one is the normal "dependency" tag. And another way to define dependencies for multiprojects is to use the "dependencyManagement".
See 
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Management

I think the different between dependency and dependencyManagement is that a sub-module inherit the dependency definitions like "exclude" or "version" from the parent-project. But only if this dependency is configured in the sub-module.

Is there a way how gradle / ivy deals with "dependencyManagement" ?

Thanks
Marko




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to