jiptool / jip

Java dependency management for Jython
http://pypi.python.org/pypi/jip/
Other
59 stars 15 forks source link

Doesn't seem to work with version ranges #47

Open TDI-tenderholt opened 6 years ago

TDI-tenderholt commented 6 years ago

I'm seeing the following error when trying to install a JAR with jip:

...
jip [Skipped] Pom file not found at http://repo1.maven.org/maven2/junit/junit-dep/[4.9,)/junit-dep-[4.9,).pom
jip [Error] Artifact not found: junit:junit-dep:[4.9,)

If you visit http://repo1.maven.org/maven2/junit/junit-dep/, version 4.9 as well as 4.10 and 4.11 should be found.

Are version ranges (https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html) supported? If not, is there a hack to overcome this?

sunng87 commented 6 years ago

Hi @TDI-tenderholt , version range is not supported in jip. Pull request is welcomed for it 😀