You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Hadrian Zbarcea <hz...@gmail.com> on 2010/07/19 03:08:13 UTC

Re: svn commit: r965337 - /camel/trunk/components/camel-ftp/pom.xml

What's this repository for? Looks like it shouldn't be there.
Hadrian

On Jul 18, 2010, at 9:00 PM, ningjiang@apache.org wrote:

> Author: ningjiang
> Date: Mon Jul 19 01:00:21 2010
> New Revision: 965337
> 
> URL: http://svn.apache.org/viewvc?rev=965337&view=rev
> Log:
> CAMEL-2959 fixed the build of camel-ftp
> 
> Modified:
>    camel/trunk/components/camel-ftp/pom.xml
> 
> Modified: camel/trunk/components/camel-ftp/pom.xml
> URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ftp/pom.xml?rev=965337&r1=965336&r2=965337&view=diff
> ==============================================================================
> --- camel/trunk/components/camel-ftp/pom.xml (original)
> +++ camel/trunk/components/camel-ftp/pom.xml Mon Jul 19 01:00:21 2010
> @@ -41,6 +41,11 @@
>             <name>Apache ServiceMix Repository</name>
>             <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
>         </repository>
> +        <repository>
> +            <id>fusesource.m2all</id>
> +            <name>Fusesource maven2 Repository</name>
> +            <url>http://repo.fusesource.com/maven2-all</url>
> +        </repository>
>     </repositories>
> 
>   <dependencies>
> 
> 


Re: svn commit: r965337 - /camel/trunk/components/camel-ftp/pom.xml

Posted by Willem Jiang <wi...@gmail.com>.
Hi Hadrian,

As there is no jsch 0.1.43 and xmlbeans 2.5.0 in the public maven repo, 
Claus submitted these two jars into the fuse source maven repo.
So we can use them in Camel.

Willem

Hadrian Zbarcea wrote:
> What's this repository for? Looks like it shouldn't be there.
> Hadrian
> 
> On Jul 18, 2010, at 9:00 PM, ningjiang@apache.org wrote:
> 
>> Author: ningjiang
>> Date: Mon Jul 19 01:00:21 2010
>> New Revision: 965337
>>
>> URL: http://svn.apache.org/viewvc?rev=965337&view=rev
>> Log:
>> CAMEL-2959 fixed the build of camel-ftp
>>
>> Modified:
>>    camel/trunk/components/camel-ftp/pom.xml
>>
>> Modified: camel/trunk/components/camel-ftp/pom.xml
>> URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ftp/pom.xml?rev=965337&r1=965336&r2=965337&view=diff
>> ==============================================================================
>> --- camel/trunk/components/camel-ftp/pom.xml (original)
>> +++ camel/trunk/components/camel-ftp/pom.xml Mon Jul 19 01:00:21 2010
>> @@ -41,6 +41,11 @@
>>             <name>Apache ServiceMix Repository</name>
>>             <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
>>         </repository>
>> +        <repository>
>> +            <id>fusesource.m2all</id>
>> +            <name>Fusesource maven2 Repository</name>
>> +            <url>http://repo.fusesource.com/maven2-all</url>
>> +        </repository>
>>     </repositories>
>>
>>   <dependencies>
>>
>>
> 
>