On Sun, Apr 24, 2011 at 12:54 AM, Stéphane Deraco <[email protected]> wrote: > 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). >
Yeah you seem right. Would be nice if the central maven repo could remove artifacts which are invalid. Or replace it with a working version. Let me upgrade it to the -1 version. > Thanks, > Stéphane > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
