What are the dependencies?Camel 2.6 or older can run on JDK 1.5 or better. What are the runtime jar dependencies?Apache Camel is designed to require a minimum number of dependencies for us so it is ideal for embedding into smart clients, message brokers, SOA frameworks and ESBs. Camel jar dependenciesCamel core itself is lightweight and can run with a few .jars. camel-core dependencies for Camel 2.0 or lower
camel-core dependencies for Camel 2.1 - 2.6
camel-core dependencies for Camel 2.7 - 2.8
camel-core dependencies for Camel 2.9 onwards
Optional dependencies for JMX for Camel 1.x - 2.8
From Camel 2.9 onwards the Spring JARs are no longer required for using JMX. Other ComponentsAll the other Components have a range of 3rd party .jars they depend on. They are listed in the maven pom files which files they require. Other modules require other dependencies; such as camel-jms requires a JMS provider. To see the exact dependencies of the other modules see the Maven reports |