Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-5499

maven-aether-provider leaks Sisu Plexus and ObjectWeb classes onto the classpath when they are not required

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.0
    • 3.1.1
    • None

    Description

      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:

           <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>

      Attachments

        Issue Links

          Activity

            People

              jvanzyl Jason van Zyl
              lincolnbaxter (d) Lincoln Baxter III
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: