<@U0B8ZP13Q>: The ssh-plugin needs jsch on the cla...
# kobalt
e
@cedric: The ssh-plugin needs jsch on the classpath, so I defined a compile time dependency like this
"compile(com.jcraft:jsch:0.1.53)
. I get
java.lang.NoClassDefFoundError: com/jcraft/jsch/JSch
when the plugin runs and try to access the JSch class. I think that normally means that JSch imports something that is not on the classpath, so my first thought was that maybe I don't get the transitive dependencies included or something. Does this ring any bells? I'll continue digging myself ofcourse, but maybe you've seen something similar? simple smile