You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Stefan Fussenegger (JIRA)" <ji...@apache.org> on 2015/08/17 13:19:45 UTC

[jira] [Created] (MDEP-499) Excluded transitive dependencies of dependency should be overriden by other transitive dependency

Stefan Fussenegger created MDEP-499:
---------------------------------------

             Summary: Excluded transitive dependencies of dependency should be overriden by other transitive dependency
                 Key: MDEP-499
                 URL: https://issues.apache.org/jira/browse/MDEP-499
             Project: Maven Dependency Plugin
          Issue Type: Bug
    Affects Versions: 2.10
            Reporter: Stefan Fussenegger


Given this example dependencies:

{code}
POM
my-poject
+- dep-A
|  \- dep-C
|    \- dep-D
+- dep-B
   \- dep-C
     \- dep-D
{code}

now if {{dep-A}} adds an exclusion for {{dep-D}} to {{dep-C}}, {{dep-D}} will be removed from {{my-project}} even though {{dep-B}} has a transitive dependency on it 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)