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

Jason van Zyl updated MNG-5499:
-------------------------------

    Fix Version/s: 3.1.1
         Assignee: Jason van Zyl
    
> maven-aether-provider leaks Sisu Plexus and ObjectWeb classes onto the 
> classpath when they are not required 
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-5499
>                 URL: https://jira.codehaus.org/browse/MNG-5499
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Bootstrap & Build, Embedding
>    Affects Versions: 3.1.0
>            Reporter: Lincoln Baxter, III
>            Assignee: Jason van Zyl
>             Fix For: 3.1.1
>
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=413838
> https://issues.jboss.org/browse/FORGE-1047
> This dependency is not used and should be removed as it includes many classes 
> that conflict with commonly used libraries:
>  {code}     <dependency>
>          <groupId>org.apache.maven</groupId>
>          <artifactId>maven-aether-provider</artifactId>
>          <version>${maven.version}</version>
>          <exclusions>
>             <exclusion>
>                <groupId>org.eclipse.sisu</groupId>
>                <artifactId>org.eclipse.sisu.plexus</artifactId>
>             </exclusion>
>          </exclusions>
>       </dependency>{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to