Using Camel 2.15.1 and CXF 3.0.4 in a Karaf container, I'm wondering how one can control the Spring version.
Camel feature "camel-spring" loads Spring with

   <feature version="[3.2,4)">spring</feature>

which will result in loading 3.2.11.RELEASE.

Is there a way to use Spring 4?

- Martin


Reply via email to