Hi,
I am using the latest-compatible Conflictmanager (Ivy-Version 2.0.0 RC1)
to resolve my hibernate dependencies.
<dependency org="org.hibernate" name="hibernate"
rev="3.2.6.ga" conf="compile->default" transitive="true"/>
But when I try to retrieve the dependencies I get the following error.
:: problems summary ::
:::: ERRORS
commons-collections#commons-collections;2.1 (needed by
[net.sf.ehcache#ehcache;1.2.3]) conflicts with
commons-collections#commons-collections;2.1.1 (needed by
[org.hibernate#hibernate;3.2.6.ga])
I Thougth that the latest-compatible manager evicts the
commons-collection-2.1.jar and includes the
commons-collection-2.1.1.jar.
Am I wrong.
Stefan