Call a Camel Route from the Process Instance

Thank you Garysamuelson, I have solved it. I had to delete the following dependency of my pom.xml

<dependency>
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-cdi</artifactId>
   <version>${camel.version}</version>
</dependency>