servicemix-service-engine could set the scope of servicemix-core to provided
----------------------------------------------------------------------------
Key: SM-612
URL: https://issues.apache.org/activemq/browse/SM-612
Project: ServiceMix
Issue Type: Improvement
Affects Versions: 3.0
Reporter: Jamie McCrindle
Fix For: 3.1
servicemix-service-engine could set the scope of servicemix-core to provided so
that core and all of it's dependencies (which should be in servicemix) aren't
put into the component distribution as in:
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<version>${servicemix-version}</version>
<scope>provided</scope>
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira