blob: 4cd8e8b58fc667c271731df9ba8d8b37154b89ad [file] [log] [blame]
= Reactor Component
:page-source: components/camel-reactor/src/main/docs/reactor.adoc
*Since Camel 2.20*
Maven users will need to add the following dependency to their `pom.xml`
for this component:
[source,xml]
------------------------------------------------------------
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-reactor</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
------------------------------------------------------------