Hi, If I add the camel-ftp 2.7.1 dependency in Maven, my route fails at runtime with a NoClassDefFound for SftpException. In fact, jsch-0.1.44.jar contains no classes! In the maven repository (http://mvnrepository.com/artifact/com.jcraft/jsch), the size of the 0.1.44 version of jsch is 3kB, whereas the 0.1.44-1 is 209kB. Is it possible to update the jsch-version property in parent pom to 0.1.44-1 for future Camel versions? (if I am not wrong).
Thanks, Stéphane
