Details
-
Type:
Bug
-
Status:
Closed
-
Resolution: Won't Fix
-
Labels:None
-
Bundle URL:
Description
Transitive dependencies in eclipse jdt core are broken. I can MAVENUPLOAD-1795 that the JDT core JAR was uploaded (the version number does not match the actual one in the repo, so maybe that is part of the problem - the repo has 3.3.0-v_771). This JAR has dependencies and transitive dependencies that (quite sensibly) use version ranges. But the ranges do not match any deployed versions of the dependencies, so if you try to use it you get, for example
Caused by: org.apache.maven.artifact.versioning.OverConstrainedVersionException: Couldn't find a version in [1.0.0-v20070606] to match range [1.0.0,2.0.0)
org.eclipse.equinox:app:jar:null
There seems to be an issue with the form of the version in the app artifact. It looks like it might match, but clearly doesn't.
Caused by: org.apache.maven.artifact.versioning.OverConstrainedVersionException: Couldn't find a version in [1.0.0-v20070606] to match range [1.0.0,2.0.0)
org.eclipse.equinox:app:jar:null
There seems to be an issue with the form of the version in the app artifact. It looks like it might match, but clearly doesn't.
Please refer to the mailing list for questions