[ https://issues.apache.org/activemq/browse/CAMEL-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60739#action_60739 ]
Christian Mueller commented on CAMEL-2959: ------------------------------------------ It looks like, the maven build doesn't use the maven repo at fusesource. If I run a "mvn clean install" in the camel root directory, I got the following exception: mvn -DskipTests clean install ... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) com.jcraft:jsch:jar:0.1.43 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.jcraft -DartifactId=jsch -Dversion=0.1.43 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.jcraft -DartifactId=jsch -Dversion=0.1.43 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.camel:camel-ftp:bundle:2.5-SNAPSHOT 2) com.jcraft:jsch:jar:0.1.43 ---------- 1 required artifact is missing. for artifact: org.apache.camel:camel-ftp:bundle:2.5-SNAPSHOT from the specified remote repositories: apache.snapshots (http://repository.apache.org/snapshots), central (http://repo1.maven.org/maven2), servicemix (http://svn.apache.org/repos/asf/servicemix/m2-repo) Christian > Upgrade to JSch 0.1.43 > ---------------------- > > Key: CAMEL-2959 > URL: https://issues.apache.org/activemq/browse/CAMEL-2959 > Project: Apache Camel > Issue Type: Improvement > Components: camel-ftp > Affects Versions: 2.4.0 > Reporter: Bengt Rodehav > Assignee: Willem Jiang > > Important bugfixes regarding SFTP (in camel-ftp) have been made in JSch > 0.1.43. Needs to be incorporated into Camel. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.