Hi Benson,

Benson Margulies wrote:

> Just to cite a fact:
> 
> If you write:
> 
> <dependencyManagement>
>    <dependencies>
>       <dependency>
>           ...
>           <version>x</version>
> ...
> 
> You will get x. Even if transitive dependencies ask for x+10. I only
> learned this recently.

Yes, but you dropped the significant part here: groupId/artifactId. Your 
example applies only if G:A is unchanged. Therefore we change G:A - and in 
consequence also the package name, because you may end up now with both jars 
in the classpath.

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to