You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.3org.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).
The text was updated successfully, but these errors were encountered: