On Mon, 2005-06-13 at 08:48 +0200, Nicola Ken Barozzi wrote:
> Let's say that I have a dependency on project A and project B, and that
> both have a dependency on project LOG.
>
> So I declare a dependency on those in my POM, and the transitive
> dependency mechanism will get me also LOG... but wh
Jörg Schaible wrote:
IMHO there should be a distinction between direct and
transitive dependencies in the POM. I should be able to
*suggest* the version of the transitive dependencies to use,
but not have it included in the cleaapath if no direct dependency
references it.
Nicola, you can u
Hi Nicola,
Nicola Ken Barozzi wrote on Monday, June 13, 2005 8:49 AM:
> Let's say that I have a dependency on project A and project
> B, and that both have a dependency on project LOG.
>
> So I declare a dependency on those in my POM, and the
> transitive dependency mechanism will get me also LO
Let's say that I have a dependency on project A and project B, and that
both have a dependency on project LOG.
So I declare a dependency on those in my POM, and the transitive
dependency mechanism will get me also LOG... but which version?
If I want to specify the version I want, I can add LOG a