Hi, On Tue, Sep 22, 2009 at 3:36 PM, Marshall Schor <m...@schor.com> wrote: > With this change, we can remove all references to a special Eclipse > repository location. I'm in favor of this; what do others think?
Sounds good. Is there a reason why you use a version range instead of one specific version? Maven policy is pretty good at ensuring that a single released version never changes, but if you explicitly use a version range for a dependency, it's impossible to say for sure which version gets included in the build. BR, Jukka Zitting