You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2022/10/20 08:11:02 UTC

[jira] [Updated] (MNG-7214) Bad transitive dependency parent from CDI API

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

Guillaume Nodet updated MNG-7214:
---------------------------------
    Fix Version/s: 4.0.0-alpha-2

> 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
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 3.8.3, 4.0.0-alpha-1, 4.0.0-alpha-2, 4.0.0
>
>         Attachments: pom.xml, pom.xml
>
>
> 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.20.10#820010)