Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Issues to be reviewed for 3.x
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
dependency A has a range dependency on B
my project has a dependency on A (not directly on B)
I build my project with a fresh clean repo (i.e. rm -rf ~/.m2/repository)
B's latest is downloaded as expected
the next morning I rebuild my project and I get error messages that no suitable version can be found;
No versions are present in the repository for the artifact with a range [1.02b,) com.lowagie:itext-null.jar
the particulars are jfreereports depending on [1.02b,) of lowagie.
Issue Links
- relates to
-
MNG-2742
Using a version range in a plugin dependency causes "failure to resolve artifact" error
-