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, ningji...@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>