Issue Type: Bug Bug
Affects Versions: 0.5
Assignee: Unassigned
Components: tooling
Created: 03/Aug/12 10:16 AM
Description:

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>
Fix Versions: 0.6
Project: SwitchYard
Priority: Major Major
Reporter: Keith Babo
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira