Description
The camel-cxf Karaf feature defines the following CXF version range:
<feature version="[2.4,2.6)">cxf</feature>
which is correct.
Unfortunately the camel-cxf bundle import statement doesn't define explicitly the CXF version range. The Felix maven-bundle-plugin determines the version range with the CXF version used and so define it to [2.4,2.5).
1/ it's not correct as it doesn't match the feature definition
2/ it means that you can't use Camel with CXF 2.5.0-SNAPSHOT