Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.3-milestone-2
-
Component/s: Extension
-
Labels:None
-
Tests:Unit
-
Difficulty:Unknown
-
Similar issues:
Description
Trying to deploy an artifact having this dependency:
<dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<version>2.2.2</version>
<classifier>jdk15</classifier>
</dependency>
The artifact installation fails with:
class org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact net.sf.json-lib:json-lib:jar:2.2.2 in maven-central (http://repo1.maven.org/maven2/)
Attachments
Issue Links
- depends on
-
XWIKI-7170 Allow ExtensionRepository implementations to control dependency resolution
-
- Closed
-