Re: dependency mechanism ( overriding transitive version )

2011-03-24 Thread Jörg Schaible
Arun Ramakrishnan wrote: > I am trying to explicitly override a transitive dependencies version, but > dosent seem to work. > > I have this in my projects pom > > >1. >2. >3. commons-logging >4. commons-logging >5. 99.0-does-not-exist >6.

Re: dependency mechanism ( overriding transitive version )

2011-03-24 Thread Yegor Bugayenko
You should explicitly exclude your unnecessary transitive dependency first: http://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html — Yegor Bugayenko, PMP®, SCEA On Tue, Mar 22, 2011 at 7:35 PM, Arun Ramakrishnan < sinchronized.a...@gmail.com> wrote:

dependency mechanism ( overriding transitive version )

2011-03-22 Thread Arun Ramakrishnan
I am trying to explicitly override a transitive dependencies version, but dosent seem to work. I have this in my projects pom 1. 2. 3. commons-logging 4. commons-logging 5. 99.0-does-not-exist 6. 7. 8. 9. commons-