[ 
http://jira.codehaus.org/browse/MNG-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann closed MNG-4203.
----------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 3.0-alpha-3

Fixed in [r785362|http://svn.apache.org/viewvc?view=rev&revision=785362].

> [regression] Dependency exclusions are not applied transitively
> ---------------------------------------------------------------
>
>                 Key: MNG-4203
>                 URL: http://jira.codehaus.org/browse/MNG-4203
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0-alpha-3
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>             Fix For: 3.0-alpha-3
>
>
> For something like
> {code:xml}
> <dependencies>
>   <dependency>
>     <groupId>org.codehaus.plexus</groupId>
>     <artifactId>plexus-container-default</artifactId>
>     <scope>provided</scope>
>     <version>1.0-beta-3.0.5</version>
>     <exclusions>
>       <exclusion>
>         <groupId>commons-logging</groupId>
>         <artifactId>commons-logging-api</artifactId>
>       </exclusion>
>     </exclusions>
>   </dependency>
> </dependencies>
> {code}
> the commons-logging-api is still present because the exclusion is not 
> propagated to the dependency that actually depends on commons-logging.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to