Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies for org.webjars.npm:protobufjs:5.0.0 seem to be wrong #384

Closed
lutzh opened this issue Jan 9, 2016 · 1 comment
Closed

Dependencies for org.webjars.npm:protobufjs:5.0.0 seem to be wrong #384

lutzh opened this issue Jan 9, 2016 · 1 comment

Comments

@lutzh
Copy link

lutzh commented Jan 9, 2016

I try to include org.webjars.npm:protobufjs:5.0.0 as a dependency with Ivy, but I get resolution errors.

org.webjars.npm#long;[3,4): not found

This doesn't seem to be published, on http://repo1.maven.org/maven2/org/webjars/npm/long/ there is only version 2.2.3

org.webjars.npm#minimatch;[2,3),[3,4): not found

This seems to be a problem with Ivy not supporting multiple sets of version ranges (in my test this one could be resolved with Maven, but not Ivy). The definition strikes me as odd, though, because 3 is excluded in the first set, included in the second - what is it supposed to mean? Is it not identical to [2,4)? Maven currently takes version 3.0.0 for this (the latest).

@lutzh
Copy link
Author

lutzh commented Jan 11, 2016

I noticed these are actually transitive dependencies, so I created
protobufjs/bytebuffer.js#64
and
isaacs/node-glob#241
instead.

@lutzh lutzh closed this as completed Jan 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant