Update module.xml for the apache spring and jms modules to contain a slot to camel core
---------------------------------------------------------------------------------------
Key: SWITCHYARD-461
URL:
https://issues.jboss.org/browse/SWITCHYARD-461
Project: SwitchYard
Issue Type: Bug
Components: component-camel
Affects Versions: 0.2
Reporter: Daniel Bevenius
Assignee: Daniel Bevenius
Fix For: 0.3
Currently the modules 'org.apache.camel.spring' and 'org.apache.camel.jms'
have a dependency to 'org.apache.camel.core' but do not specify a slot. We are
using a version for this and this can be filtered when building. For example:
{noformat}
<dependencies>
<module name="org.apache.camel.core"
slot="${version.camel}"/>
<module name="org.apache.camel.spring"
slot="${version.camel}"/>
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira