Re: A dependency tree I do not understand

2013-01-28 Thread Olivier Lamy
same tree with mvn 2.2.1 ? 2013/1/26 Benson Margulies bimargul...@gmail.com: The project of the moment is: com.basistech:rlp:jar:7.8.333 Notice the older version of itself retained in the tree? I expected it to disappear. [INFO] [INFO] --- maven-dependency-plugin:2.5.1:tree (default-cli) @

Re: A dependency tree I do not understand

2013-01-28 Thread Ron Wheeler
It looks like a circulular dependency. How does rlp-save-results get built with a later version of rlp? It looks like you need an exclude? Ron On 28/01/2013 9:58 AM, Olivier Lamy wrote: same tree with mvn 2.2.1 ? 2013/1/26 Benson Margulies bimargul...@gmail.com: The project of the moment

Re: A dependency tree I do not understand

2013-01-28 Thread Benson Margulies
On Mon, Jan 28, 2013 at 10:25 AM, Ron Wheeler rwhee...@artifact-software.com wrote: It looks like a circulular dependency. Yes indeed, circular. Oddly, the build works, no complaints. If it has complained, I would have thought some more about whether or how to break the circle. How does