I am using Ivy to generate the jar subsets necessary for a web and ejb install to JBoss.
We are using JBoss 4.2.2.GA and I am trying to integrate Spring for
Hibernate work.
The problem:
JBoss includes hibernate3 version 3.2.4.ap1
Spring version 2.0.7 is declared in Ivy/Maven as being dependent on
3.2.5.ga
So, obviously I need to do some testing with these incompatible packages but
what strategy should I use to declare the alternate dependency?
--
Ed
