On 2011-09-16 10:49 AM, Davis Ford wrote: > Hi Camel users, > > I built a standalone maven project using camel 2.8.0 core, spring, and jms > components. The camel deps pull in spring 3.0.5-RELEASE as a dependency. > > Now, I want to use this new project in another larger, more legacy project > that depends heavily on spring 2.5.6. The upgrade from 2.5.6 to 3.0.5 is > non-trivial to do for us. So, when I pull in my newer project that uses > camel-2.0.8, spring-3.0.5 will come along for the ride, unless I explicitly > exclude it. I have not yet tried this, but I was wondering if anyone on the > list could see any immediate incompatibility with doing so? > > If there is some definite reason why it won't work, any idea which prior > camel release is compatible with spring 2.5.6? I know I can go scan all the > pom.xml files, but if someone knows off the top of their head, that would > help a lot. > > Regards, > Davis According to this page: https://camel.apache.org/spring-web-services.html
Camel 2.8 requires Spring 3, so just pick a version before that. I think 2.7.3 is the newest you can use: https://camel.apache.org/camel-273-release.html
