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

Bad transitive dependency parent from CDI API

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.8.2
    • 3.8.3, 4.0.0-alpha-2, 4.0.0
    • Core
    • None

    Description

      Maven core has these dependencies

      > [INFO] |  +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
      > [INFO] |  |  - javax.enterprise:cdi-api:jar:1.0:compile
      > [INFO] |  |     - javax.annotation:jsr250-api:jar:1.0:compile

      Then although javax.enterprise:cdi-api is in javax namespace, its
      parent is
      >    <parent>
      >       <groupId>org.jboss.weld</groupId>
      >       <artifactId>weld-api-parent</artifactId>
      >       <version>1.0</version>
      >       <relativePath>../parent/pom.xml</relativePath>
      >    </parent>

      Attempting to resolve will fail

      Blocked mirror for repositories: [repository.jboss.org (http://repository.jboss.org/maven2, default, releases), snapshots.jboss.org (http://snapshots.jboss.org/maven2, default, snapshots), oss.sonatype.org/jboss-snapshots (http://oss.sonatype.org/content/repositories/jboss-snapshots, default, snapshots)]

       

      Attachments

        1. pom.xml
          2 kB
          Karl Heinz Marbaise
        2. pom.xml
          3 kB
          Delany

        Issue Links

          Activity

            People

              michael-o Michael Osipov
              delany Delany
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: