I see it found them in Alfresco Repository!!!!

<!-- Alfresco repository contains Activiti artifacts -->
        <repository>
            <id>alfresco.public</id>
            <name>Alfresco Public Repository</name>
            <url>https://maven.alfresco.com/nexus/content/groups/public
</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>

I don't like this approach external repos... they are hard to maintain...




2014-02-15 22:29 GMT+01:00 Cristiano Costantini <
[email protected]>:

> Thank you Krzysztof,
> I think that it should build in a clean environment without the need of
> artifact in exotic repos,
> so for me we should either upgrade activiti to version 5.14 or remove
> activiti from ServiceMix 5 main trunk (I don't know how many people use
> activiti, I don't).
>
> What do you think?
>
> Cristiano
>
> 2014-02-15 22:16 GMT+01:00 Krzysztof Sobkowiak <[email protected]>
> :
>
> Hi Cristiano
>>
>> I had no problem with the build. Probably my local maven repo contains
>> the missing libraries and I don't have this problem. There is already a
>> JIRA issue (SM-2229 <https://issues.apache.org/jira/browse/SM-2229>)  to
>> upgrade Activiti to 5.14.
>>
>> Regards
>> Krzysztof
>>
>>
>> On 15.02.2014 22:11, Cristiano Costantini wrote:
>>
>>> 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
>>>
>>>
>>
>> --
>> Krzysztof Sobkowiak
>>
>> JEE & OSS Architect | Technical Architect @ Capgemini
>> Capgemini <http://www.pl.capgemini.com/> | Software Solutions Center <
>> http://www.pl.capgemini-sdm.com/> | Wroclaw
>> e-mail: [email protected] <mailto:[email protected]> |
>> Twitter: @KSobkowiak
>>
>
>

Reply via email to