Skip to content

[MNG-7214] Bad transitive dependency parent from CDI API #8241

@jira-importer

Description

@jira-importer

Delany opened MNG-7214 and commented

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

 


Affects: 3.8.2

Attachments:

Issue Links:

  • MNG-7250 Upgrade Sisu Inject/Plexus to 0.3.5
    ("duplicates")

Remote Links:

Backported to: 4.0.0-alpha-2, 3.8.3

0 votes, 5 watchers

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpriority:majorMajor loss of function

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions