Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.8.2
-
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
Attachments
Issue Links
- duplicates
-
MNG-7250 Upgrade Sisu Inject/Plexus to 0.3.5
- Closed
- links to