You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

The current dependencies of camel-core.jar, the core camel library is just commons-logging.jar.

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

  • No labels