The following JAR dependencies have changed:
From Apache Camel 2.4 onwards, the OSGi integration code and the Spring integration code have been decoupled, so that there is no longer any need for the following artifacts:
camel-osgicamel-spring-osgi
In fact, these artifacts are no longer provided with Apache Camel 2.4. If you want to use the integration with Spring, you only need to install the
camel-springartifact.From Apache Camel 2.5 onwards, the following test artifacts have been deprecated and will be removed in a future release:
camel-core-testscamel-spring-tests
In future, you should use only the
camel-testartifact, if you want to use the Apache Camel test kit.From Apache Camel 2.9 onwards, the following dependencies have changed:
commons-managementis no longer required as a dependency.The Spring JARs are no longer needed for Apache Camel to enlist in JMX.
Since Apache Camel 2.10, Spring testing features have been moved from the
camel-testartifact to thecamel-test-springartifact.








