Re: Migration to 2.0.0

2016-12-20 Thread Ignasi Barrera
I can see in the output that some projects depend on: [INFO] | +- net.schmizz:sshj:jar:0.1.1:compile But jclouds 2.0 depends on version 0.12.0, which has a different groupId: [INFO] | | +- com.hierynomus:sshj:jar:0.12.0:compile Could you try excluding version 0.1.1, so there is just one in

Re: Migration to 2.0.0

2016-12-15 Thread Ignasi Barrera
Hi Rubén, Can you share the output of running the "mvn dependency:tree" command in your project? Let's first see if there are dependency conflicts. I. On 15 December 2016 at 10:04, Ruben Rubio Rey wrote: > Hi, > > I am trying to migrate an application from 1.9.1 to 2.0.0 but I am > experienc

Migration to 2.0.0

2016-12-15 Thread Ruben Rubio Rey
Hi, I am trying to migrate an application from 1.9.1 to 2.0.0 but I am experiencing some problems. I am using the sshClient as follows: org.jclouds.ssh.SshClient sshClient = context.utils().sshFactory().create(HostAndPort.fromParts(host, port),LoginCredentials.builder().user(username).password(