[ https://issues.apache.org/jira/browse/MNG-7214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406744#comment-17406744 ]
Karl Heinz Marbaise commented on MNG-7214: ------------------------------------------ Can you create a minimal example project which shows the behaviour? > Bad transitive dependency parent from CDI API > --------------------------------------------- > > Key: MNG-7214 > URL: https://issues.apache.org/jira/browse/MNG-7214 > Project: Maven > Issue Type: Bug > Components: Core > Affects Versions: 3.8.2 > Reporter: Delany > Priority: Major > > 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/] > ([http://repository.jboss.org/maven2], default, releases), > [snapshots.jboss.org|http://snapshots.jboss.org/] > ([http://snapshots.jboss.org/maven2], default, snapshots), > [oss.sonatype.org/jboss-snapshots|http://oss.sonatype.org/jboss-snapshots] > ([http://oss.sonatype.org/content/repositories/jboss-snapshots], default, > snapshots)] > -- This message was sent by Atlassian Jira (v8.3.4#803005)