Adding the REST capability to a SY project declares a dependency on this:
<dependency> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-common-rest</artifactId> <version>${switchyard.version}</version> </dependency>
It should be this:
<dependency> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-resteasy</artifactId> <version>${switchyard.version}</version> </dependency>