If the user selects the Camel facet, add the camel-cdi dependency in addition to the camel component dependency. This should be at 'test' scope.
<dependency> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-camel-cdi</artifactId> <version>${switchyard.version}</version> <scope>test</scope> </dependency>