You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sverhagen <ve...@sander.com> on 2008/10/24 13:21:42 UTC

Transitive ranges appear not to be considered

Hi, there. We have:

	A dependent on [0.0.30] of B
	A dependent on C
	C dependent on [0.0.30,0.0.31] of B
	Versions 0.0.30 and 0.0.31 of B are available

We would expect A to use 0.0.30 of B.
Instead it's giving a "no valid ranges" error: A tries to use 0.0.30 of B,
while its dependency on C tries to use 0.0.31 of B.

Is this by design?
Can we influence this behavior?
It's very unfortunate, to say the least...
-- 
View this message in context: http://www.nabble.com/Transitive-ranges-appear-not-to-be-considered-tp20148208p20148208.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org