Description
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>