Hi,

I'm trying to build by myself ServiceMix 5 from the trunk (I've cloned the
git repo and I'm working on the trunk branch)

but building fails as maven does not resolve version 5.10 of activiti-camel
(Failed to execute goal on project org.apache.servicemix.activiti.config:
Could not resolve dependencies for project
org.apache.servicemix.activiti:org.apache.servicemix.activiti.config:bundle:5.0.0-SNAPSHOT:
The following artifacts could not be resolved:
org.activiti:activiti-camel:jar:5.10,
org.activiti:activiti-engine:jar:5.10, org.activiti:activiti-osgi:jar:5.10:
Could not find artifact org.activiti:activiti-camel:jar:5.10)


I see on maven central repo, only version 5.14 is available:
<dependency>
    <groupId>org.activiti</groupId>
    <artifactId>activiti-camel</artifactId>
    <version>5.14</version>
</dependency>


1. do you have the same problem of mine?
2. do you think it should be upgraded to 5.14 (or is locked to version 5.10
due conflicts/compatibility requirements with other dependencies ?

thank you,
Cristiano

Reply via email to