You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jclouds.apache.org by Ruben Rubio Rey <tk...@gmail.com> on 2016/12/15 09:04:09 UTC

Migration to 2.0.0

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(password).build());


sshClient.put(path, content);

But I have the following error:

Dec 15, 2016 7:59:06 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [mvc-dispatcher] in context with path
[] threw exception [Handler processing failed; nested exception is
java.lang.NoSuchMethodError:
net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.init(Ljava/lang/String;Ljava/lang/String;)V]
with root cause
java.lang.NoSuchMethodError:
net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.init(Ljava/lang/String;Ljava/lang/String;)V
    at
org.jclouds.sshj.SSHClientConnection.create(SSHClientConnection.java:162)
    at
org.jclouds.sshj.SSHClientConnection.create(SSHClientConnection.java:49)
    at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:195)
    at org.jclouds.sshj.SshjSshClient.connect(SshjSshClient.java:224)
    at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:212)
    at
org.jclouds.sshj.SshjSshClient$PutConnection.create(SshjSshClient.java:320)
    at
org.jclouds.sshj.SshjSshClient$PutConnection.create(SshjSshClient.java:298)
    at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:195)
    at org.jclouds.sshj.SshjSshClient.put(SshjSshClient.java:355)
    at org.jclouds.sshj.SshjSshClient.put(SshjSshClient.java:171)

Does anyone know how can I fix this problem ?

Regards
Ruben

Re: Migration to 2.0.0

Posted by Ruben Rubio Rey <tk...@gmail.com>.
Hi Ignasi,

Thanks very much for your help. I am afraid that I missed that dependency.
It is working now.

Regards,
Ruben

On Tue, Dec 20, 2016 at 8:26 PM, Ignasi Barrera <na...@apache.org> wrote:

> 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 the
> classpath?
>
> On 16 December 2016 at 13:21, Ruben Rubio Rey <tk...@gmail.com> wrote:
> > Hi Ignasi,
> >
> > Thanks for your help in advance.
> >
> > This the the mvn dependency:tree for the project
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building cvs 1.0
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ cvs ---
> > [INFO] com.r3systems.manageacloud:cvs:jar:1.0
> > [INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
> > [INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
> > [INFO] +- org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:
> compile
> > [INFO] |  +- com.jcraft:jsch:jar:0.1.50:compile
> > [INFO] |  +- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
> > [INFO] |  \- org.apache.httpcomponents:httpclient:jar:4.1.3:compile
> > [INFO] |     +- org.apache.httpcomponents:httpcore:jar:4.1.4:compile
> > [INFO] |     +- commons-logging:commons-logging:jar:1.1.1:compile
> > [INFO] |     \- commons-codec:commons-codec:jar:1.4:compile
> > [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> > [INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> > [INFO] |  |  \- aopalliance:aopalliance:jar:1.0:compile
> > [INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:
> compile
> > [INFO] +- ch.qos.logback:logback-classic:jar:0.9.30:compile
> > [INFO] +- ch.qos.logback:logback-core:jar:0.9.30:compile
> > [INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
> > [INFO] +- junit:junit:jar:4.8.2:test
> > [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> > [INFO] +- commons-io:commons-io:jar:2.4:compile
> > [INFO] +- org.mockito:mockito-all:jar:1.9.5:test
> > [INFO] \- org.kubek2k:springockito-annotations:jar:1.0.5:test
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building naquadah-lite 1.0-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @
> naquadah-lite
> > ---
> > [INFO] com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT
> > [INFO] +- com.jcraft:jsch:jar:0.1.53:compile
> > [INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> > [INFO] +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
> > [INFO] |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> > [INFO] |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> > [INFO] |     +-
> > com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> > [INFO] |     +- com.google.inject:guice:jar:3.0:compile
> > [INFO] |     +- javax.inject:javax.inject:jar:1:compile
> > [INFO] |     +- javax.annotation:jsr250-api:jar:1.0:compile
> > [INFO] |     \- com.google.guava:guava:jar:16.0.1:compile
> > [INFO] +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> > [INFO] +-
> > org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> > [INFO] |     \- commons-logging:commons-logging:jar:1.1.3:compile
> > [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> > [INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:
> compile
> > [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> > [INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
> > [INFO] +-
> > org.springframework.security:spring-security-web:jar:4.0.3.
> RELEASE:compile
> > [INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
> > [INFO] |  \-
> > org.springframework.security:spring-security-core:jar:4.0.
> 3.RELEASE:compile
> > [INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
> > [INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
> > [INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
> > [INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
> > [INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
> > [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
> > [INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
> > [INFO] +- net.spy:spymemcached:jar:2.11.4:compile
> > [INFO] +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> > [INFO] |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> > [INFO] |  |  \- net.iharder:base64:jar:2.3.8:compile
> > [INFO] |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> > [INFO] +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:openstack-keystone:jar:2.0.0:
> compile
> > [INFO] |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:
> compile
> > [INFO] |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> us:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> uk:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-us:
> jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-uk:
> jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> > [INFO] |  |  \-
> > com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> > [INFO] |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:
> compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudloadbalancers-
> uk:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds:jclouds-
> loadbalancer:jar:2.0.0:compile
> > [INFO] |  |  |  \-
> > org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> > [INFO] |  |  \-
> > org.apache.jclouds.provider:rackspace-cloudloadbalancers-
> us:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:
> compile
> > [INFO] |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
> > [INFO] |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:
> compile
> > [INFO] |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.common:
> googlecloud:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:digitalocean2:jar:2.0.0:
> compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:
> profitbricks:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> > [INFO] |  |     \-
> > org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> > [INFO] |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> > [INFO] |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> > [INFO] |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> > [INFO] |     |  \- org.apache.jclouds:jclouds-
> blobstore:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
> > [INFO] |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> > [INFO] |     |  \-
> > org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> > [INFO] |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> > [INFO] |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
> > [INFO] +- org.jetbrains:annotations:jar:15.0:compile
> > [INFO] +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> > [INFO] |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
> > [INFO] |  +- com.hierynomus:sshj:jar:0.12.0:compile
> > [INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> > [INFO] |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> > [INFO] |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> > [INFO] |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> > [INFO] |  \- com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:
> compile
> > [INFO] |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
> > [INFO] |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> > [INFO] |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> > [INFO] |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
> > [INFO] |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
> > [INFO] |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
> > [INFO] \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building naquadah 1.0
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ naquadah ---
> > [INFO] com.r3systems.manageacloud:naquadah:jar:1.0
> > [INFO] +- com.twilio.sdk:twilio-java-sdk:jar:3.4.5:compile
> > [INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.1.2:compile
> > [INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.1.2:compile
> > [INFO] |  |  +- commons-logging:commons-logging:jar:1.1.1:compile
> > [INFO] |  |  \- commons-codec:commons-codec:jar:1.4:compile
> > [INFO] |  +- commons-lang:commons-lang:jar:2.6:compile
> > [INFO] |  \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile
> > [INFO] |     \- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile
> > [INFO] +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> > [INFO] +- com.google.guava:guava:jar:18.0:compile
> > [INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
> > [INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
> > [INFO] +- com.jcraft:jsch:jar:0.1.53:compile
> > [INFO] +- javax.mail:mail:jar:1.4:compile
> > [INFO] |  \- javax.activation:activation:jar:1.1:compile
> > [INFO] +-
> > org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> > [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
> > [INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
> > [INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:
> compile
> > [INFO] +- org.hsqldb:hsqldb:jar:2.0.0:test
> > [INFO] +- org.kubek2k:springockito-annotations:jar:1.0.5:test
> > [INFO] +- org.mockito:mockito-all:jar:1.9.5:test
> > [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> > [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> > [INFO] +- com.googlecode.json-simple:json-simple:jar:1.1:compile
> > [INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
> > [INFO] +- net.schmizz:sshj:jar:0.1.1:compile
> > [INFO] +- junit:junit:jar:4.8.2:test
> > [INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
> > [INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
> > [INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
> > [INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
> > [INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
> > [INFO] +- net.spy:spymemcached:jar:2.11.4:compile
> > [INFO] +-
> > org.springframework.security:spring-security-web:jar:4.0.3.
> RELEASE:compile
> > [INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
> > [INFO] |  \-
> > org.springframework.security:spring-security-core:jar:4.0.
> 3.RELEASE:compile
> > [INFO] +- org.skyscreamer:jsonassert:jar:1.2.3:test
> > [INFO] |  \- org.json:json:jar:20090211:test
> > [INFO] +- com.r3systems.manageacloud:cvs:jar:1.0:compile
> > [INFO] |  +-
> > org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:compile
> > [INFO] |  |  \- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
> > [INFO] |  \- commons-io:commons-io:jar:2.4:compile
> > [INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-
> SNAPSHOT:compile
> > [INFO] |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> > [INFO] |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> > [INFO] |  |     +-
> > com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> > [INFO] |  |     +- com.google.inject:guice:jar:3.0:compile
> > [INFO] |  |     +- javax.inject:javax.inject:jar:1:compile
> > [INFO] |  |     \- javax.annotation:jsr250-api:jar:1.0:compile
> > [INFO] |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> > [INFO] |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> > [INFO] |  |  |  \- net.iharder:base64:jar:2.3.8:compile
> > [INFO] |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> > [INFO] |  |  |  \-
> > org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:
> compile
> > [INFO] |  |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:
> compile
> > [INFO] |  |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:
> compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> us:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> uk:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-us:
> jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:
> compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-uk:
> jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:
> aws-route53:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:
> ultradns-ws:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> > [INFO] |  |  |  \-
> > com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> > [INFO] |  |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:
> compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudloadbalancers-
> uk:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
> > [INFO] |  |  |  |  \-
> > org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> > [INFO] |  |  |  \-
> > org.apache.jclouds.provider:rackspace-cloudlosshjadbalancers-us:jar:
> 2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:
> compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> > [INFO] |  |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.provider:
> softlayer:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> > [INFO] |  |  |  |  \-
> > org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
> > [INFO] |  |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> > [INFO] |  |  |     \-
> > org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> > [INFO] |  |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> > [INFO] |  |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> > [INFO] |  |  \- org.apache.jclouds:jclouds-
> allblobstore:jar:2.0.0:compile
> > [INFO] |  |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> > [INFO] |  |     |  \- org.apache.jclouds:jclouds-
> blobstore:jar:2.0.0:compile
> > [INFO] |  |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
> > [INFO] |  |     +- org.apache.jclouds.provider:
> azureblob:jar:2.0.0:compile
> > [INFO] |  |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> > [INFO] |  |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:
> compile
> > [INFO] |  |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> > [INFO] |  |     |  \-
> > org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> > [INFO] |  |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> > [INFO] |  |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
> > [INFO] |  +- org.jetbrains:annotations:jar:15.0:compile
> > [INFO] |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
> > [INFO] |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
> > [INFO] |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> > [INFO] |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> > [INFO] |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> > [INFO] |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> > [INFO] |  |  \-
> > com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
> > [INFO] |  |     +- com.jcraft:jsch.agentproxy.
> usocket-jna:jar:0.0.9:compile
> > [INFO] |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> > [INFO] |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> > [INFO] |  |     +- com.jcraft:jsch.agentproxy.
> usocket-nc:jar:0.0.9:compile
> > [INFO] |  |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
> > [INFO] |  |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
> > [INFO] |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
> > [INFO] +- securepay:Base64:jar:1:compile
> > [INFO] +- securepay:jsse:jar:1:compile
> > [INFO] +- securepay:periodic_api:jar:1:compile
> > [INFO] +- securepay:securepayxmlapi_obf:jar:1:compile
> > [INFO] +- securepay:xercesImpl:jar:2.4.0:compile
> > [INFO] \- securepay:xmlParserAPIs:jar:2.4.0:compile
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building cm 1.0
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ cm ---
> > [INFO] com.r3systems.manageacloud:cm:jar:1.0
> > [INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
> > [INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
> > [INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- commons-logging:commons-logging:jar:1.1.3:compile
> > [INFO] +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> > [INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> > [INFO] |  |  \- aopalliance:aopalliance:jar:1.0:compile
> > [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:
> compile
> > [INFO] +- ch.qos.logback:logback-classic:jar:0.9.30:compile
> > [INFO] +- ch.qos.logback:logback-core:jar:0.9.30:compile
> > [INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
> > [INFO] +- junit:junit:jar:4.8.2:test
> > [INFO] +- org.mockito:mockito-all:jar:1.9.5:test
> > [INFO] +- com.esotericsoftware.yamlbeans:yamlbeans:jar:1.08:compile
> > [INFO] +- commons-io:commons-io:jar:2.4:compile
> > [INFO] +- com.r3systems.manageacloud:naquadah:jar:1.0:compile
> > [INFO] |  +- com.twilio.sdk:twilio-java-sdk:jar:3.4.5:compile
> > [INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.1.2:compile
> > [INFO] |  |  |  +- org.apache.httpcomponents:httpcore:jar:4.1.2:compile
> > [INFO] |  |  |  \- commons-codec:commons-codec:jar:1.4:compile
> > [INFO] |  |  +- commons-lang:commons-lang:jar:2.6:compile
> > [INFO] |  |  \- org.codehaus.jackson:jackson-
> mapper-asl:jar:1.9.3:compile
> > [INFO] |  |     \- org.codehaus.jackson:jackson-
> core-asl:jar:1.9.3:compile
> > [INFO] |  +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> > [INFO] |  +- com.google.guava:guava:jar:18.0:compile
> > [INFO] |  +- com.jcraft:jsch:jar:0.1.53:compile
> > [INFO] |  +- javax.mail:mail:jar:1.4:compile
> > [INFO] |  |  \- javax.activation:activation:jar:1.1:compile
> > [INFO] |  +-
> > org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> > [INFO] |  |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> > [INFO] |  +- commons-dbcp:commons-dbcp:jar:1.4:compile
> > [INFO] |  |  \- commons-pool:commons-pool:jar:1.5.4:compile
> > [INFO] |  +- com.google.code.gson:gson:jar:2.5:compile
> > [INFO] |  +- com.googlecode.json-simple:json-simple:jar:1.1:compile
> > [INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
> > [INFO] |  +- net.schmizz:sshj:jar:0.1.1:compile
> > [INFO] |  +- net.spy:spymemcached:jar:2.11.4:compile
> > [INFO] |  +-
> > org.springframework.security:spring-security-web:jar:4.0.3.
> RELEASE:compile
> > [INFO] |  |  \-
> > org.springframework.security:spring-security-core:jar:4.0.
> 3.RELEASE:compile
> > [INFO] |  +-
> > com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT:compile
> > [INFO] |  |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:
> compile
> > [INFO] |  |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> > [INFO] |  |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> > [INFO] |  |  |     +-
> > com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> > [INFO] |  |  |     +- com.google.inject:guice:jar:3.0:compile
> > [INFO] |  |  |     +- javax.inject:javax.inject:jar:1:compile
> > [INFO] |  |  |     \- javax.annotation:jsr250-api:jar:1.0:compile
> > [INFO] |  |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> > [INFO] |  |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> > [INFO] |  |  |  |  \- net.iharder:base64:jar:2.3.8:compile
> > [INFO] |  |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> > [INFO] |  |  |  |  \-
> > org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:
> compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
> > [INFO] |  |  |  |  \- org.apache.jclouds.api:
> cloudwatch:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> us:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> uk:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-us:
> jar:2.0.0:compile
> > [INFO] |  |  |  |  \-
> > org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-uk:
> jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> > [INFO] |  |  |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> > [INFO] |  |  |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.provider:
> aws-route53:jar:2.0.0:compile
> > [INFO] |  |  |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.provider:
> ultradns-ws:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> > [INFO] |  |  |  |  \-
> > com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudloadbalancers-
> uk:jar:2.0.0:compile
> > [INFO] |  |  |  |  |  +-
> > org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
> > [INFO] |  |  |  |  |  \-
> > org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> > [INFO] |  |  |  |  \-
> > org.apache.jclouds.provider:rackspace-cloudloadbalancers-
> us:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds:jclouds-
> allcompute:jar:2.0.0:compile
> > [INFO] |  |  |  |  +- org.apache.jclouds.provider:
> aws-ec2:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
> > [INFO] |  |  |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> > [INFO] |  |  |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
> > [INFO] |  |  |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> > [INFO] |  |  |  |  +- org.apache.jclouds.provider:
> gogrid:jar:2.0.0:compile
> > [INFO] |  |  |  |  +- org.apache.jclouds.api:
> elasticstack:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
> > [INFO] |  |  |  |  +- org.apache.jclouds.api:
> cloudstack:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> > [INFO] |  |  |  |  |  \-
> > org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
> > [INFO] |  |  |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
> > [INFO] |  |  |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> > [INFO] |  |  |  |     \-
> > org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> > [INFO] |  |  |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> > [INFO] |  |  |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds:jclouds-
> allblobstore:jar:2.0.0:compile
> > [INFO] |  |  |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> > [INFO] |  |  |     |  \-
> > org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
> > [INFO] |  |  |     +- org.apache.jclouds.provider:
> aws-s3:jar:2.0.0:compile
> > [INFO] |  |  |     +-
> > org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
> > [INFO] |  |  |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> > [INFO] |  |  |     +-
> > org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
> > [INFO] |  |  |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> > [INFO] |  |  |     |  \-
> > org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> > [INFO] |  |  |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> > [INFO] |  |  |     \- org.apache.jclouds.api:
> filesystem:jar:2.0.0:compile
> > [INFO] |  |  +- org.jetbrains:annotations:jar:15.0:compile
> > [INFO] |  |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> > [INFO] |  |  |  |  \- org.bouncycastle:bcprov-ext-
> jdk15on:jar:1.51:compile
> > [INFO] |  |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
> > [INFO] |  |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> > [INFO] |  |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> > [INFO] |  |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> > [INFO] |  |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> > [INFO] |  |  |  \-
> > com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
> > [INFO] |  |  |     +-
> > com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
> > [INFO] |  |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> > [INFO] |  |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> > [INFO] |  |  |     +-
> > com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
> > [INFO] |  |  |     +- com.jcraft:jsch.agentproxy.
> sshagent:jar:0.0.9:compile
> > [INFO] |  |  |     \- com.jcraft:jsch.agentproxy.
> pageant:jar:0.0.9:compile
> > [INFO] |  |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:
> compile
> > [INFO] |  +- securepay:Base64:jar:1:compile
> > [INFO] |  +- securepay:jsse:jar:1:compile
> > [INFO] |  +- securepay:periodic_api:jar:1:compile
> > [INFO] |  +- securepay:securepayxmlapi_obf:jar:1:compile
> > [INFO] |  +- securepay:xercesImpl:jar:2.4.0:compile
> > [INFO] |  \- securepay:xmlParserAPIs:jar:2.4.0:compile
> > [INFO] \- com.r3systems.manageacloud:cvs:jar:1.0:compile
> > [INFO]    \-
> > org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:compile
> > [INFO]       \- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building stargate-shared 1.0
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @
> stargate-shared
> > ---
> > [INFO] com.r3systems.manageacloud:stargate-shared:jar:1.0
> > [INFO] +- org.hibernate:hibernate-validator:jar:5.1.1.Final:compile
> > [INFO] |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
> > [INFO] |  +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
> > [INFO] |  \- com.fasterxml:classmate:jar:1.0.0:compile
> > [INFO] +- com.jcraft:jsch:jar:0.1.53:compile
> > [INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> > [INFO] +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
> > [INFO] |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> > [INFO] |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> > [INFO] |     +-
> > com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> > [INFO] |     +- com.google.inject:guice:jar:3.0:compile
> > [INFO] |     +- javax.inject:javax.inject:jar:1:compile
> > [INFO] |     +- javax.annotation:jsr250-api:jar:1.0:compile
> > [INFO] |     \- com.google.guava:guava:jar:16.0.1:compile
> > [INFO] +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> > [INFO] +-
> > org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> > [INFO] |     \- commons-logging:commons-logging:jar:1.1.3:compile
> > [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> > [INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:
> compile
> > [INFO] +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> > [INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
> > [INFO] +-
> > org.springframework.security:spring-security-web:jar:4.0.3.
> RELEASE:compile
> > [INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
> > [INFO] |  \-
> > org.springframework.security:spring-security-core:jar:4.0.
> 3.RELEASE:compile
> > [INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-
> SNAPSHOT:compile
> > [INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
> > [INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
> > [INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
> > [INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
> > [INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
> > [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
> > [INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
> > [INFO] +- net.spy:spymemcached:jar:2.11.4:compile
> > [INFO] +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> > [INFO] |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> > [INFO] |  |  \- net.iharder:base64:jar:2.3.8:compile
> > [INFO] |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> > [INFO] +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:openstack-keystone:jar:2.0.0:
> compile
> > [INFO] |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:
> compile
> > [INFO] |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> us:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> uk:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-us:
> jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-uk:
> jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> > [INFO] |  |  \-
> > com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> > [INFO] |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:
> compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudloadbalancers-
> uk:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds:jclouds-
> loadbalancer:jar:2.0.0:compile
> > [INFO] |  |  |  \-
> > org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> > [INFO] |  |  \-
> > org.apache.jclouds.provider:rackspace-cloudloadbalancers-
> us:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:
> compile
> > [INFO] |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
> > [INFO] |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:
> compile
> > [INFO] |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.common:
> googlecloud:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:digitalocean2:jar:2.0.0:
> compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:
> profitbricks:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> > [INFO] |  |     \-
> > org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> > [INFO] |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> > [INFO] |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> > [INFO] |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> > [INFO] |     |  \- org.apache.jclouds:jclouds-
> blobstore:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
> > [INFO] |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> > [INFO] |     |  \-
> > org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> > [INFO] |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> > [INFO] |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
> > [INFO] +- org.jetbrains:annotations:jar:15.0:compile
> > [INFO] +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> > [INFO] |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
> > [INFO] |  +- com.hierynomus:sshj:jar:0.12.0:compile
> > [INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> > [INFO] |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> > [INFO] |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> > [INFO] |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> > [INFO] |  \- com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:
> compile
> > [INFO] |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
> > [INFO] |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> > [INFO] |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> > [INFO] |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
> > [INFO] |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
> > [INFO] |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
> > [INFO] +- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
> > [INFO] \- org.jsoup:jsoup:jar:1.7.3:compile
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building stargate-lite 1.0-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @
> stargate-lite
> > ---
> > [INFO] com.r3systems.manageacloud:stargate-lite:war:1.0-SNAPSHOT
> > [INFO] +- com.jcraft:jsch:jar:0.1.53:compile
> > [INFO] +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- commons-logging:commons-logging:jar:1.1.3:compile
> > [INFO] +- org.hibernate:hibernate-validator:jar:5.1.1.Final:compile
> > [INFO] |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
> > [INFO] |  +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
> > [INFO] |  \- com.fasterxml:classmate:jar:1.0.0:compile
> > [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> > [INFO] +- com.r3systems.manageacloud:stargate-shared:jar:1.0:compile
> > [INFO] |  +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> > [INFO] |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> > [INFO] |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> > [INFO] |  |     +-
> > com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> > [INFO] |  |     +- com.google.inject:guice:jar:3.0:compile
> > [INFO] |  |     +- javax.inject:javax.inject:jar:1:compile
> > [INFO] |  |     +- javax.annotation:jsr250-api:jar:1.0:compile
> > [INFO] |  |     \- com.google.guava:guava:jar:16.0.1:compile
> > [INFO] |  +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> > [INFO] |  +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> > [INFO] |  |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-context:jar:4.0.3.RELEASE:
> compile
> > [INFO] |  +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:
> compile
> > [INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
> > [INFO] |  +- org.slf4j:slf4j-api:jar:1.6.2:compile
> > [INFO] |  +- net.spy:spymemcached:jar:2.11.4:compile
> > [INFO] |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> > [INFO] |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> > [INFO] |  |  |  \- net.iharder:base64:jar:2.3.8:compile
> > [INFO] |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> > [INFO] |  |  |  \-
> > org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:
> compile
> > [INFO] |  |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:
> compile
> > [INFO] |  |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:
> compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> us:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> uk:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-us:
> jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:
> compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-uk:
> jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:
> aws-route53:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:
> ultradns-ws:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> > [INFO] |  |  |  \-
> > com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> > [INFO] |  |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:
> compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudloadbalancers-
> uk:jar:2.0.0:compile
> > [INFO] |  |  |  |  +-
> > org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
> > [INFO] |  |  |  |  \-
> > org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> > [INFO] |  |  |  \-
> > org.apache.jclouds.provider:rackspace-cloudloadbalancers-
> us:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:
> compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> > [INFO] |  |  |  |  \- org.yaml:snakeyaml:jar:1.13:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.provider:
> softlayer:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> > [INFO] |  |  |  |  \-
> > org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
> > [INFO] |  |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> > [INFO] |  |  |  +-
> > org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> > [INFO] |  |  |     \-
> > org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> > [INFO] |  |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> > [INFO] |  |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> > [INFO] |  |  \- org.apache.jclouds:jclouds-
> allblobstore:jar:2.0.0:compile
> > [INFO] |  |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> > [INFO] |  |     |  \- org.apache.jclouds:jclouds-
> blobstore:jar:2.0.0:compile
> > [INFO] |  |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
> > [INFO] |  |     +- org.apache.jclouds.provider:
> azureblob:jar:2.0.0:compile
> > [INFO] |  |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> > [INFO] |  |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:
> compile
> > [INFO] |  |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> > [INFO] |  |     |  \-
> > org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> > [INFO] |  |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> > [INFO] |  |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
> > [INFO] |  +- org.jetbrains:annotations:jar:15.0:compile
> > [INFO] |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
> > [INFO] |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
> > [INFO] |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> > [INFO] |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> > [INFO] |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> > [INFO] |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> > [INFO] |  |  \-
> > com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
> > [INFO] |  |     +- com.jcraft:jsch.agentproxy.
> usocket-jna:jar:0.0.9:compile
> > [INFO] |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> > [INFO] |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> > [INFO] |  |     +- com.jcraft:jsch.agentproxy.
> usocket-nc:jar:0.0.9:compile
> > [INFO] |  |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
> > [INFO] |  |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
> > [INFO] |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
> > [INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-
> SNAPSHOT:compile
> > [INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> > [INFO] +-
> > org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> > [INFO] +- javax.servlet:servlet-api:jar:2.5:compile
> > [INFO] +- javax.servlet.jsp:jsp-api:jar:2.1:provided
> > [INFO] +- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:
> compile
> > [INFO] +- org.springframework:spring-websocket:jar:4.0.3.RELEASE:compile
> > [INFO] +-
> > org.springframework.boot:spring-boot-starter-websocket:
> jar:1.0.0.RELEASE:compile
> > [INFO] |  +-
> > org.springframework.boot:spring-boot-starter-web:jar:1.
> 0.0.RELEASE:compile
> > [INFO] |  |  +-
> > org.springframework.boot:spring-boot-starter:jar:1.0.0.RELEASE:compile
> > [INFO] |  |  |  +-
> > org.springframework.boot:spring-boot:jar:1.0.0.RELEASE:compile
> > [INFO] |  |  |  +-
> > org.springframework.boot:spring-boot-autoconfigure:jar:
> 1.0.0.RELEASE:compile
> > [INFO] |  |  |  \-
> > org.springframework.boot:spring-boot-starter-logging:
> jar:1.0.0.RELEASE:compile
> > [INFO] |  |  |     +- org.slf4j:jcl-over-slf4j:jar:1.7.6:compile
> > [INFO] |  |  |     +- org.slf4j:jul-to-slf4j:jar:1.7.6:compile
> > [INFO] |  |  |     \- org.slf4j:log4j-over-slf4j:jar:1.7.6:compile
> > [INFO] |  |  +-
> > org.springframework.boot:spring-boot-starter-tomcat:
> jar:1.0.0.RELEASE:compile
> > [INFO] |  |  |  +-
> > org.apache.tomcat.embed:tomcat-embed-el:jar:7.0.52:compile
> > [INFO] |  |  |  \-
> > org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:7.0.52:compile
> > [INFO] |  |  \-
> > com.fasterxml.jackson.core:jackson-databind:jar:2.3.2:compile
> > [INFO] |  |     +-
> > com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile
> > [INFO] |  |     \- com.fasterxml.jackson.core:
> jackson-core:jar:2.3.2:compile
> > [INFO] |  \-
> > org.apache.tomcat.embed:tomcat-embed-websocket:jar:7.0.52:compile
> > [INFO] |     \- org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.52:
> compile
> > [INFO] +- org.projectreactor:reactor-core:jar:1.0.1.RELEASE:compile
> > [INFO] |  \- com.lmax:disruptor:jar:3.2.0:compile
> > [INFO] +- org.projectreactor:reactor-tcp:jar:1.0.1.RELEASE:compile
> > [INFO] |  \- io.netty:netty-all:jar:4.0.17.Final:compile
> > [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> > [INFO] +- junit:junit:jar:4.11:test
> > [INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
> > [INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
> > [INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
> > [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
> > [INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
> > [INFO] +- org.freemarker:freemarker:jar:2.3.20:compile
> > [INFO] +-
> > org.springframework.security:spring-security-web:jar:3.2.3.
> RELEASE:compile
> > [INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
> > [INFO] |  \-
> > org.springframework.security:spring-security-core:jar:3.2.
> 3.RELEASE:compile
> > [INFO] +-
> > org.springframework.security:spring-security-taglibs:jar:3.
> 2.3.RELEASE:compile
> > [INFO] |  \-
> > org.springframework.security:spring-security-acl:jar:3.2.3.
> RELEASE:compile
> > [INFO] +-
> > org.springframework.security:spring-security-config:jar:3.
> 2.3.RELEASE:compile
> > [INFO] \- org.jsoup:jsoup:jar:1.7.3:compile
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building stargate 1.0-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ stargate ---
> > [INFO] com.r3systems.manageacloud:stargate:war:1.0-SNAPSHOT
> > [INFO] +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:openstack-keystone:jar:2.0.0:
> compile
> > [INFO] |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> > [INFO] |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> > [INFO] |  |     +-
> > com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> > [INFO] |  |     +- com.google.inject:guice:jar:3.0:compile
> > [INFO] |  |     +- javax.inject:javax.inject:jar:1:compile
> > [INFO] |  |     \- javax.annotation:jsr250-api:jar:1.0:compile
> > [INFO] |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:
> compile
> > [INFO] |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> us:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-cloudblockstorage-
> uk:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-us:
> jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
> > [INFO] |  +-
> > org.apache.jclouds.provider:rackspace-clouddatabases-uk:
> jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> > [INFO] |  |  \-
> > com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> > [INFO] |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:
> compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudloadbalancers-
> uk:jar:2.0.0:compile
> > [INFO] |  |  |  +- org.apache.jclouds:jclouds-
> loadbalancer:jar:2.0.0:compile
> > [INFO] |  |  |  \-
> > org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> > [INFO] |  |  \-
> > org.apache.jclouds.provider:rackspace-cloudloadbalancers-
> us:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:
> compile
> > [INFO] |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:
> compile
> > [INFO] |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.apache.jclouds.common:
> googlecloud:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:digitalocean2:jar:2.0.0:
> compile
> > [INFO] |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> > [INFO] |  |  +- org.apache.jclouds.provider:
> profitbricks:jar:2.0.0:compile
> > [INFO] |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> > [INFO] |  |     \-
> > org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> > [INFO] |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> > [INFO] |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> > [INFO] |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> > [INFO] |     |  \- org.apache.jclouds:jclouds-
> blobstore:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> > [INFO] |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
> > [INFO] |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> > [INFO] |     |  \-
> > org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> > [INFO] |     +-
> > org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> > [INFO] |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
> > [INFO] +- com.google.code:sitemapgen4j:jar:1.0.1:compile
> > [INFO] +- org.projectreactor:reactor-core:jar:1.0.1.RELEASE:compile
> > [INFO] |  +- com.lmax:disruptor:jar:3.2.0:compile
> > [INFO] |  \- org.slf4j:slf4j-api:jar:1.7.6:compile
> > [INFO] +- org.projectreactor:reactor-tcp:jar:1.0.1.RELEASE:compile
> > [INFO] |  \- io.netty:netty-all:jar:4.0.17.Final:compile
> > [INFO] +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
> > [INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
> > [INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> > [INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-context:jar:4.0.3.RELEASE:
> compile
> > [INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
> > [INFO] +- javax.servlet.jsp:jsp-api:jar:2.1:provided
> > [INFO] +- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:
> compile
> > [INFO] +-
> > org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
> > [INFO] +- org.springframework:spring-websocket:jar:4.0.3.RELEASE:compile
> > [INFO] +- commons-fileupload:commons-fileupload:jar:1.2.2:compile
> > [INFO] +- commons-io:commons-io:jar:2.4:compile
> > [INFO] +-
> > org.springframework.security:spring-security-web:jar:3.2.3.
> RELEASE:compile
> > [INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
> > [INFO] |  \-
> > org.springframework.security:spring-security-core:jar:3.2.
> 3.RELEASE:compile
> > [INFO] +-
> > org.springframework.security:spring-security-taglibs:jar:3.
> 2.3.RELEASE:compile
> > [INFO] |  \-
> > org.springframework.security:spring-security-acl:jar:3.2.3.
> RELEASE:compile
> > [INFO] +-
> > org.springframework.security:spring-security-config:jar:3.
> 2.3.RELEASE:compile
> > [INFO] +-
> > org.springframework.boot:spring-boot-starter-websocket:
> jar:1.0.0.RELEASE:compile
> > [INFO] |  \-
> > org.apache.tomcat.embed:tomcat-embed-websocket:jar:7.0.52:compile
> > [INFO] |     \- org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.52:
> compile
> > [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> > [INFO] +- com.jayway.jsonpath:json-path:jar:0.9.0:test
> > [INFO] |  \- net.minidev:json-smart:jar:1.2:test
> > [INFO] +- com.jayway.jsonpath:json-path-assert:jar:0.9.0:test
> > [INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
> > [INFO] +- org.freemarker:freemarker:jar:2.3.20:compile
> > [INFO] +- junit:junit:jar:4.8.2:test
> > [INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
> > [INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
> > [INFO] +-
> > org.springframework.boot:spring-boot-starter-web:jar:1.
> 0.0.RELEASE:compile
> > [INFO] |  +-
> > org.springframework.boot:spring-boot-starter:jar:1.0.0.RELEASE:compile
> > [INFO] |  |  +-
> > org.springframework.boot:spring-boot:jar:1.0.0.RELEASE:compile
> > [INFO] |  |  +-
> > org.springframework.boot:spring-boot-autoconfigure:jar:
> 1.0.0.RELEASE:compile
> > [INFO] |  |  +-
> > org.springframework.boot:spring-boot-starter-logging:
> jar:1.0.0.RELEASE:compile
> > [INFO] |  |  |  +- org.slf4j:jul-to-slf4j:jar:1.7.6:compile
> > [INFO] |  |  |  \- org.slf4j:log4j-over-slf4j:jar:1.7.6:compile
> > [INFO] |  |  \- org.yaml:snakeyaml:jar:1.13:compile
> > [INFO] |  +-
> > org.springframework.boot:spring-boot-starter-tomcat:
> jar:1.0.0.RELEASE:compile
> > [INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:7.0.52:
> compile
> > [INFO] |  |  \-
> > org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:7.0.52:compile
> > [INFO] |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.3.2:
> compile
> > [INFO] |     +-
> > com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile
> > [INFO] |     \- com.fasterxml.jackson.core:
> jackson-core:jar:2.3.2:compile
> > [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> > [INFO] +- com.googlecode.json-simple:json-simple:jar:1.1:compile
> > [INFO] +- com.r3systems.manageacloud:naquadah:jar:1.0:compile
> > [INFO] |  +- com.twilio.sdk:twilio-java-sdk:jar:3.4.5:compile
> > [INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.3.2:compile
> > [INFO] |  |  |  +- org.apache.httpcomponents:httpcore:jar:4.3.1:compile
> > [INFO] |  |  |  \- commons-codec:commons-codec:jar:1.6:compile
> > [INFO] |  |  +- commons-lang:commons-lang:jar:2.6:compile
> > [INFO] |  |  \- org.codehaus.jackson:jackson-
> mapper-asl:jar:1.9.3:compile
> > [INFO] |  |     \- org.codehaus.jackson:jackson-
> core-asl:jar:1.9.3:compile
> > [INFO] |  +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> > [INFO] |  +- com.google.guava:guava:jar:18.0:compile
> > [INFO] |  +- com.jcraft:jsch:jar:0.1.53:compile
> > [INFO] |  +- javax.mail:mail:jar:1.4:compile
> > [INFO] |  |  \- javax.activation:activation:jar:1.1:compile
> > [INFO] |  +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> > [INFO] |  +- commons-dbcp:commons-dbcp:jar:1.4:compile
> > [INFO] |  |  \- commons-pool:commons-pool:jar:1.6:compile
> > [INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
> > [INFO] |  +- net.schmizz:sshj:jar:0.1.1:compile
> > [INFO] |  +- net.spy:spymemcached:jar:2.11.4:compile
> > [INFO] |  +- securepay:Base64:jar:1:compile
> > [INFO] |  +- securepay:jsse:jar:1:compile
> > [INFO] |  +- securepay:periodic_api:jar:1:compile
> > [INFO] |  +- securepay:securepayxmlapi_obf:jar:1:compile
> > [INFO] |  +- securepay:xercesImpl:jar:2.4.0:compile
> > [INFO] |  \- securepay:xmlParserAPIs:jar:2.4.0:compile
> > [INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-
> SNAPSHOT:compile
> > [INFO] |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
> > [INFO] |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> > [INFO] |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> > [INFO] |  |  |  \- net.iharder:base64:jar:2.3.8:compile
> > [INFO] |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> > [INFO] |  +- org.jetbrains:annotations:jar:15.0:compile
> > [INFO] |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> > [INFO] |  |  +-
> > org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> > [INFO] |  |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
> > [INFO] |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
> > [INFO] |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> > [INFO] |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> > [INFO] |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> > [INFO] |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> > [INFO] |  |  \-
> > com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
> > [INFO] |  |     +- com.jcraft:jsch.agentproxy.
> usocket-jna:jar:0.0.9:compile
> > [INFO] |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> > [INFO] |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> > [INFO] |  |     +- com.jcraft:jsch.agentproxy.
> usocket-nc:jar:0.0.9:compile
> > [INFO] |  |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
> > [INFO] |  |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
> > [INFO] |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
> > [INFO] +- com.r3systems.manageacloud:stargate-shared:jar:1.0:compile
> > [INFO] +- com.r3systems.manageacloud:cvs:jar:1.0:compile
> > [INFO] |  \-
> > org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:compile
> > [INFO] |     \- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
> > [INFO] +- com.r3systems.manageacloud:cm:jar:1.0:compile
> > [INFO] |  \- com.esotericsoftware.yamlbeans:yamlbeans:jar:1.08:compile
> > [INFO] +- org.tuckey:urlrewritefilter:jar:4.0.3:compile
> > [INFO] +- org.hibernate:hibernate-validator:jar:5.1.1.Final:compile
> > [INFO] |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
> > [INFO] |  +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
> > [INFO] |  \- com.fasterxml:classmate:jar:1.0.0:compile
> > [INFO] +-
> > org.springframework.data:spring-data-redis:jar:1.2.1.RELEASE:compile
> > [INFO] |  +- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> > [INFO] |  \- org.slf4j:jcl-over-slf4j:jar:1.7.6:compile
> > [INFO] +- redis.clients:jedis:jar:2.4.2:compile
> > [INFO] |  \- org.apache.commons:commons-pool2:jar:2.0:compile
> > [INFO] +- org.jsoup:jsoup:jar:1.7.3:compile
> > [INFO] +- org.glyptodon.guacamole:guacamole-common:jar:0.9.3:compile
> > [INFO] +- org.glyptodon.guacamole:guacamole-common-js:zip:0.9.3:runtime
> > [INFO] +- org.mockito:mockito-core:jar:1.9.5:test
> > [INFO] |  \- org.objenesis:objenesis:jar:1.0:test
> > [INFO] \- org.hamcrest:hamcrest-library:jar:1.3:test
> >
> > Regards,
> > Ruben
> >
> >
> >
> >
> >
> > On Thu, Dec 15, 2016 at 8:28 PM, Ignasi Barrera <na...@apache.org> wrote:
> >>
> >> 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 <tk...@gmail.com>
> wrote:
> >> > 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(password).build());
> >> >
> >> >
> >> > sshClient.put(path, content);
> >> >
> >> > But I have the following error:
> >> >
> >> > Dec 15, 2016 7:59:06 PM org.apache.catalina.core.StandardWrapperValve
> >> > invoke
> >> > SEVERE: Servlet.service() for servlet [mvc-dispatcher] in context with
> >> > path
> >> > [] threw exception [Handler processing failed; nested exception is
> >> > java.lang.NoSuchMethodError:
> >> >
> >> > net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.
> init(Ljava/lang/String;Ljava/lang/String;)V]
> >> > with root cause
> >> > java.lang.NoSuchMethodError:
> >> >
> >> > net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.
> init(Ljava/lang/String;Ljava/lang/String;)V
> >> >     at
> >> >
> >> > org.jclouds.sshj.SSHClientConnection.create(
> SSHClientConnection.java:162)
> >> >     at
> >> > org.jclouds.sshj.SSHClientConnection.create(
> SSHClientConnection.java:49)
> >> >     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:195)
> >> >     at org.jclouds.sshj.SshjSshClient.connect(SshjSshClient.java:224)
> >> >     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:212)
> >> >     at
> >> >
> >> > org.jclouds.sshj.SshjSshClient$PutConnection.
> create(SshjSshClient.java:320)
> >> >     at
> >> >
> >> > org.jclouds.sshj.SshjSshClient$PutConnection.
> create(SshjSshClient.java:298)
> >> >     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:195)
> >> >     at org.jclouds.sshj.SshjSshClient.put(SshjSshClient.java:355)
> >> >     at org.jclouds.sshj.SshjSshClient.put(SshjSshClient.java:171)
> >> >
> >> > Does anyone know how can I fix this problem ?
> >> >
> >> > Regards
> >> > Ruben
> >> >
> >
> >
>

Re: Migration to 2.0.0

Posted by Ignasi Barrera <na...@apache.org>.
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 the classpath?

On 16 December 2016 at 13:21, Ruben Rubio Rey <tk...@gmail.com> wrote:
> Hi Ignasi,
>
> Thanks for your help in advance.
>
> This the the mvn dependency:tree for the project
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building cvs 1.0
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ cvs ---
> [INFO] com.r3systems.manageacloud:cvs:jar:1.0
> [INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
> [INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
> [INFO] +- org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:compile
> [INFO] |  +- com.jcraft:jsch:jar:0.1.50:compile
> [INFO] |  +- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
> [INFO] |  \- org.apache.httpcomponents:httpclient:jar:4.1.3:compile
> [INFO] |     +- org.apache.httpcomponents:httpcore:jar:4.1.4:compile
> [INFO] |     +- commons-logging:commons-logging:jar:1.1.1:compile
> [INFO] |     \- commons-codec:commons-codec:jar:1.4:compile
> [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> [INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> [INFO] |  |  \- aopalliance:aopalliance:jar:1.0:compile
> [INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
> [INFO] +- ch.qos.logback:logback-classic:jar:0.9.30:compile
> [INFO] +- ch.qos.logback:logback-core:jar:0.9.30:compile
> [INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
> [INFO] +- junit:junit:jar:4.8.2:test
> [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> [INFO] +- commons-io:commons-io:jar:2.4:compile
> [INFO] +- org.mockito:mockito-all:jar:1.9.5:test
> [INFO] \- org.kubek2k:springockito-annotations:jar:1.0.5:test
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building naquadah-lite 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ naquadah-lite
> ---
> [INFO] com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT
> [INFO] +- com.jcraft:jsch:jar:0.1.53:compile
> [INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> [INFO] +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
> [INFO] |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> [INFO] |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> [INFO] |     +-
> com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> [INFO] |     +- com.google.inject:guice:jar:3.0:compile
> [INFO] |     +- javax.inject:javax.inject:jar:1:compile
> [INFO] |     +- javax.annotation:jsr250-api:jar:1.0:compile
> [INFO] |     \- com.google.guava:guava:jar:16.0.1:compile
> [INFO] +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> [INFO] +-
> org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> [INFO] |     \- commons-logging:commons-logging:jar:1.1.3:compile
> [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> [INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> [INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
> [INFO] +-
> org.springframework.security:spring-security-web:jar:4.0.3.RELEASE:compile
> [INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
> [INFO] |  \-
> org.springframework.security:spring-security-core:jar:4.0.3.RELEASE:compile
> [INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
> [INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
> [INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
> [INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
> [INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
> [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
> [INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
> [INFO] +- net.spy:spymemcached:jar:2.11.4:compile
> [INFO] +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> [INFO] |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> [INFO] |  |  \- net.iharder:base64:jar:2.3.8:compile
> [INFO] |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> [INFO] +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> [INFO] |  |  \-
> com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> [INFO] |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
> [INFO] |  |  |  \-
> org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> [INFO] |  |  \-
> org.apache.jclouds.provider:rackspace-cloudloadbalancers-us:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> [INFO] |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
> [INFO] |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> [INFO] |  |     \-
> org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> [INFO] |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> [INFO] |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> [INFO] |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> [INFO] |     |  \- org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
> [INFO] |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> [INFO] |     |  \-
> org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> [INFO] |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> [INFO] |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
> [INFO] +- org.jetbrains:annotations:jar:15.0:compile
> [INFO] +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> [INFO] |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
> [INFO] |  +- com.hierynomus:sshj:jar:0.12.0:compile
> [INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> [INFO] |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> [INFO] |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> [INFO] |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> [INFO] |  \- com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
> [INFO] |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
> [INFO] |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> [INFO] |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> [INFO] |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
> [INFO] |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
> [INFO] |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
> [INFO] \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building naquadah 1.0
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ naquadah ---
> [INFO] com.r3systems.manageacloud:naquadah:jar:1.0
> [INFO] +- com.twilio.sdk:twilio-java-sdk:jar:3.4.5:compile
> [INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.1.2:compile
> [INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.1.2:compile
> [INFO] |  |  +- commons-logging:commons-logging:jar:1.1.1:compile
> [INFO] |  |  \- commons-codec:commons-codec:jar:1.4:compile
> [INFO] |  +- commons-lang:commons-lang:jar:2.6:compile
> [INFO] |  \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile
> [INFO] |     \- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile
> [INFO] +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> [INFO] +- com.google.guava:guava:jar:18.0:compile
> [INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
> [INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
> [INFO] +- com.jcraft:jsch:jar:0.1.53:compile
> [INFO] +- javax.mail:mail:jar:1.4:compile
> [INFO] |  \- javax.activation:activation:jar:1.1:compile
> [INFO] +-
> org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> [INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
> [INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
> [INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
> [INFO] +- org.hsqldb:hsqldb:jar:2.0.0:test
> [INFO] +- org.kubek2k:springockito-annotations:jar:1.0.5:test
> [INFO] +- org.mockito:mockito-all:jar:1.9.5:test
> [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> [INFO] +- com.googlecode.json-simple:json-simple:jar:1.1:compile
> [INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
> [INFO] +- net.schmizz:sshj:jar:0.1.1:compile
> [INFO] +- junit:junit:jar:4.8.2:test
> [INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
> [INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
> [INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
> [INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
> [INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
> [INFO] +- net.spy:spymemcached:jar:2.11.4:compile
> [INFO] +-
> org.springframework.security:spring-security-web:jar:4.0.3.RELEASE:compile
> [INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
> [INFO] |  \-
> org.springframework.security:spring-security-core:jar:4.0.3.RELEASE:compile
> [INFO] +- org.skyscreamer:jsonassert:jar:1.2.3:test
> [INFO] |  \- org.json:json:jar:20090211:test
> [INFO] +- com.r3systems.manageacloud:cvs:jar:1.0:compile
> [INFO] |  +-
> org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:compile
> [INFO] |  |  \- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
> [INFO] |  \- commons-io:commons-io:jar:2.4:compile
> [INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT:compile
> [INFO] |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> [INFO] |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> [INFO] |  |     +-
> com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> [INFO] |  |     +- com.google.inject:guice:jar:3.0:compile
> [INFO] |  |     +- javax.inject:javax.inject:jar:1:compile
> [INFO] |  |     \- javax.annotation:jsr250-api:jar:1.0:compile
> [INFO] |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> [INFO] |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> [INFO] |  |  |  \- net.iharder:base64:jar:2.3.8:compile
> [INFO] |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> [INFO] |  |  |  \-
> org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> [INFO] |  |  |  \-
> com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> [INFO] |  |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
> [INFO] |  |  |  |  \-
> org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> [INFO] |  |  |  \-
> org.apache.jclouds.provider:rackspace-cloudlosshjadbalancers-us:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> [INFO] |  |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> [INFO] |  |  |  |  \-
> org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
> [INFO] |  |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> [INFO] |  |  |     \-
> org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> [INFO] |  |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> [INFO] |  |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> [INFO] |  |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
> [INFO] |  |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> [INFO] |  |     |  \- org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
> [INFO] |  |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
> [INFO] |  |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
> [INFO] |  |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> [INFO] |  |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
> [INFO] |  |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> [INFO] |  |     |  \-
> org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> [INFO] |  |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> [INFO] |  |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
> [INFO] |  +- org.jetbrains:annotations:jar:15.0:compile
> [INFO] |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> [INFO] |  |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
> [INFO] |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
> [INFO] |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> [INFO] |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> [INFO] |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> [INFO] |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> [INFO] |  |  \-
> com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
> [INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
> [INFO] |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> [INFO] |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> [INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
> [INFO] |  |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
> [INFO] |  |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
> [INFO] |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
> [INFO] +- securepay:Base64:jar:1:compile
> [INFO] +- securepay:jsse:jar:1:compile
> [INFO] +- securepay:periodic_api:jar:1:compile
> [INFO] +- securepay:securepayxmlapi_obf:jar:1:compile
> [INFO] +- securepay:xercesImpl:jar:2.4.0:compile
> [INFO] \- securepay:xmlParserAPIs:jar:2.4.0:compile
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building cm 1.0
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ cm ---
> [INFO] com.r3systems.manageacloud:cm:jar:1.0
> [INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
> [INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
> [INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> [INFO] |  \- commons-logging:commons-logging:jar:1.1.3:compile
> [INFO] +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> [INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> [INFO] |  |  \- aopalliance:aopalliance:jar:1.0:compile
> [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
> [INFO] +- ch.qos.logback:logback-classic:jar:0.9.30:compile
> [INFO] +- ch.qos.logback:logback-core:jar:0.9.30:compile
> [INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
> [INFO] +- junit:junit:jar:4.8.2:test
> [INFO] +- org.mockito:mockito-all:jar:1.9.5:test
> [INFO] +- com.esotericsoftware.yamlbeans:yamlbeans:jar:1.08:compile
> [INFO] +- commons-io:commons-io:jar:2.4:compile
> [INFO] +- com.r3systems.manageacloud:naquadah:jar:1.0:compile
> [INFO] |  +- com.twilio.sdk:twilio-java-sdk:jar:3.4.5:compile
> [INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.1.2:compile
> [INFO] |  |  |  +- org.apache.httpcomponents:httpcore:jar:4.1.2:compile
> [INFO] |  |  |  \- commons-codec:commons-codec:jar:1.4:compile
> [INFO] |  |  +- commons-lang:commons-lang:jar:2.6:compile
> [INFO] |  |  \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile
> [INFO] |  |     \- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile
> [INFO] |  +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> [INFO] |  +- com.google.guava:guava:jar:18.0:compile
> [INFO] |  +- com.jcraft:jsch:jar:0.1.53:compile
> [INFO] |  +- javax.mail:mail:jar:1.4:compile
> [INFO] |  |  \- javax.activation:activation:jar:1.1:compile
> [INFO] |  +-
> org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> [INFO] |  |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> [INFO] |  +- commons-dbcp:commons-dbcp:jar:1.4:compile
> [INFO] |  |  \- commons-pool:commons-pool:jar:1.5.4:compile
> [INFO] |  +- com.google.code.gson:gson:jar:2.5:compile
> [INFO] |  +- com.googlecode.json-simple:json-simple:jar:1.1:compile
> [INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
> [INFO] |  +- net.schmizz:sshj:jar:0.1.1:compile
> [INFO] |  +- net.spy:spymemcached:jar:2.11.4:compile
> [INFO] |  +-
> org.springframework.security:spring-security-web:jar:4.0.3.RELEASE:compile
> [INFO] |  |  \-
> org.springframework.security:spring-security-core:jar:4.0.3.RELEASE:compile
> [INFO] |  +-
> com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT:compile
> [INFO] |  |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> [INFO] |  |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> [INFO] |  |  |     +-
> com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> [INFO] |  |  |     +- com.google.inject:guice:jar:3.0:compile
> [INFO] |  |  |     +- javax.inject:javax.inject:jar:1:compile
> [INFO] |  |  |     \- javax.annotation:jsr250-api:jar:1.0:compile
> [INFO] |  |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> [INFO] |  |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> [INFO] |  |  |  |  \- net.iharder:base64:jar:2.3.8:compile
> [INFO] |  |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> [INFO] |  |  |  |  \-
> org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
> [INFO] |  |  |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
> [INFO] |  |  |  |  \-
> org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> [INFO] |  |  |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> [INFO] |  |  |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
> [INFO] |  |  |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> [INFO] |  |  |  |  \-
> com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
> [INFO] |  |  |  |  |  +-
> org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
> [INFO] |  |  |  |  |  \-
> org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> [INFO] |  |  |  |  \-
> org.apache.jclouds.provider:rackspace-cloudloadbalancers-us:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
> [INFO] |  |  |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
> [INFO] |  |  |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> [INFO] |  |  |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
> [INFO] |  |  |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> [INFO] |  |  |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
> [INFO] |  |  |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
> [INFO] |  |  |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> [INFO] |  |  |  |  |  \-
> org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
> [INFO] |  |  |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
> [INFO] |  |  |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> [INFO] |  |  |  |     \-
> org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> [INFO] |  |  |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> [INFO] |  |  |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> [INFO] |  |  |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
> [INFO] |  |  |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> [INFO] |  |  |     |  \-
> org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
> [INFO] |  |  |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
> [INFO] |  |  |     +-
> org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
> [INFO] |  |  |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> [INFO] |  |  |     +-
> org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
> [INFO] |  |  |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> [INFO] |  |  |     |  \-
> org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> [INFO] |  |  |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> [INFO] |  |  |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
> [INFO] |  |  +- org.jetbrains:annotations:jar:15.0:compile
> [INFO] |  |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> [INFO] |  |  |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
> [INFO] |  |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
> [INFO] |  |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> [INFO] |  |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> [INFO] |  |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> [INFO] |  |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> [INFO] |  |  |  \-
> com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
> [INFO] |  |  |     +-
> com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
> [INFO] |  |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> [INFO] |  |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> [INFO] |  |  |     +-
> com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
> [INFO] |  |  |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
> [INFO] |  |  |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
> [INFO] |  |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
> [INFO] |  +- securepay:Base64:jar:1:compile
> [INFO] |  +- securepay:jsse:jar:1:compile
> [INFO] |  +- securepay:periodic_api:jar:1:compile
> [INFO] |  +- securepay:securepayxmlapi_obf:jar:1:compile
> [INFO] |  +- securepay:xercesImpl:jar:2.4.0:compile
> [INFO] |  \- securepay:xmlParserAPIs:jar:2.4.0:compile
> [INFO] \- com.r3systems.manageacloud:cvs:jar:1.0:compile
> [INFO]    \-
> org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:compile
> [INFO]       \- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building stargate-shared 1.0
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ stargate-shared
> ---
> [INFO] com.r3systems.manageacloud:stargate-shared:jar:1.0
> [INFO] +- org.hibernate:hibernate-validator:jar:5.1.1.Final:compile
> [INFO] |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
> [INFO] |  +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
> [INFO] |  \- com.fasterxml:classmate:jar:1.0.0:compile
> [INFO] +- com.jcraft:jsch:jar:0.1.53:compile
> [INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> [INFO] +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
> [INFO] |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> [INFO] |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> [INFO] |     +-
> com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> [INFO] |     +- com.google.inject:guice:jar:3.0:compile
> [INFO] |     +- javax.inject:javax.inject:jar:1:compile
> [INFO] |     +- javax.annotation:jsr250-api:jar:1.0:compile
> [INFO] |     \- com.google.guava:guava:jar:16.0.1:compile
> [INFO] +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> [INFO] +-
> org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> [INFO] |     \- commons-logging:commons-logging:jar:1.1.3:compile
> [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> [INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> [INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
> [INFO] +-
> org.springframework.security:spring-security-web:jar:4.0.3.RELEASE:compile
> [INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
> [INFO] |  \-
> org.springframework.security:spring-security-core:jar:4.0.3.RELEASE:compile
> [INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT:compile
> [INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
> [INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
> [INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
> [INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
> [INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
> [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
> [INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
> [INFO] +- net.spy:spymemcached:jar:2.11.4:compile
> [INFO] +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> [INFO] |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> [INFO] |  |  \- net.iharder:base64:jar:2.3.8:compile
> [INFO] |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> [INFO] +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> [INFO] |  |  \-
> com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> [INFO] |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
> [INFO] |  |  |  \-
> org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> [INFO] |  |  \-
> org.apache.jclouds.provider:rackspace-cloudloadbalancers-us:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> [INFO] |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
> [INFO] |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> [INFO] |  |     \-
> org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> [INFO] |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> [INFO] |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> [INFO] |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> [INFO] |     |  \- org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
> [INFO] |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> [INFO] |     |  \-
> org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> [INFO] |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> [INFO] |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
> [INFO] +- org.jetbrains:annotations:jar:15.0:compile
> [INFO] +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> [INFO] |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
> [INFO] |  +- com.hierynomus:sshj:jar:0.12.0:compile
> [INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> [INFO] |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> [INFO] |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> [INFO] |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> [INFO] |  \- com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
> [INFO] |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
> [INFO] |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> [INFO] |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> [INFO] |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
> [INFO] |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
> [INFO] |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
> [INFO] +- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
> [INFO] \- org.jsoup:jsoup:jar:1.7.3:compile
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building stargate-lite 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ stargate-lite
> ---
> [INFO] com.r3systems.manageacloud:stargate-lite:war:1.0-SNAPSHOT
> [INFO] +- com.jcraft:jsch:jar:0.1.53:compile
> [INFO] +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> [INFO] |  \- commons-logging:commons-logging:jar:1.1.3:compile
> [INFO] +- org.hibernate:hibernate-validator:jar:5.1.1.Final:compile
> [INFO] |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
> [INFO] |  +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
> [INFO] |  \- com.fasterxml:classmate:jar:1.0.0:compile
> [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> [INFO] +- com.r3systems.manageacloud:stargate-shared:jar:1.0:compile
> [INFO] |  +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> [INFO] |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> [INFO] |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> [INFO] |  |     +-
> com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> [INFO] |  |     +- com.google.inject:guice:jar:3.0:compile
> [INFO] |  |     +- javax.inject:javax.inject:jar:1:compile
> [INFO] |  |     +- javax.annotation:jsr250-api:jar:1.0:compile
> [INFO] |  |     \- com.google.guava:guava:jar:16.0.1:compile
> [INFO] |  +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> [INFO] |  +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> [INFO] |  |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
> [INFO] |  +- org.slf4j:slf4j-api:jar:1.6.2:compile
> [INFO] |  +- net.spy:spymemcached:jar:2.11.4:compile
> [INFO] |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> [INFO] |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> [INFO] |  |  |  \- net.iharder:base64:jar:2.3.8:compile
> [INFO] |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> [INFO] |  |  |  \-
> org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> [INFO] |  |  |  \-
> com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> [INFO] |  |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
> [INFO] |  |  |  |  +-
> org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
> [INFO] |  |  |  |  \-
> org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> [INFO] |  |  |  \-
> org.apache.jclouds.provider:rackspace-cloudloadbalancers-us:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> [INFO] |  |  |  |  \- org.yaml:snakeyaml:jar:1.13:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> [INFO] |  |  |  |  \-
> org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
> [INFO] |  |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> [INFO] |  |  |  +-
> org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> [INFO] |  |  |     \-
> org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> [INFO] |  |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> [INFO] |  |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> [INFO] |  |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
> [INFO] |  |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> [INFO] |  |     |  \- org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
> [INFO] |  |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
> [INFO] |  |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
> [INFO] |  |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> [INFO] |  |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
> [INFO] |  |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> [INFO] |  |     |  \-
> org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> [INFO] |  |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> [INFO] |  |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
> [INFO] |  +- org.jetbrains:annotations:jar:15.0:compile
> [INFO] |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> [INFO] |  |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
> [INFO] |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
> [INFO] |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> [INFO] |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> [INFO] |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> [INFO] |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> [INFO] |  |  \-
> com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
> [INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
> [INFO] |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> [INFO] |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> [INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
> [INFO] |  |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
> [INFO] |  |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
> [INFO] |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
> [INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT:compile
> [INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> [INFO] +-
> org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> [INFO] +- javax.servlet:servlet-api:jar:2.5:compile
> [INFO] +- javax.servlet.jsp:jsp-api:jar:2.1:provided
> [INFO] +- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-websocket:jar:4.0.3.RELEASE:compile
> [INFO] +-
> org.springframework.boot:spring-boot-starter-websocket:jar:1.0.0.RELEASE:compile
> [INFO] |  +-
> org.springframework.boot:spring-boot-starter-web:jar:1.0.0.RELEASE:compile
> [INFO] |  |  +-
> org.springframework.boot:spring-boot-starter:jar:1.0.0.RELEASE:compile
> [INFO] |  |  |  +-
> org.springframework.boot:spring-boot:jar:1.0.0.RELEASE:compile
> [INFO] |  |  |  +-
> org.springframework.boot:spring-boot-autoconfigure:jar:1.0.0.RELEASE:compile
> [INFO] |  |  |  \-
> org.springframework.boot:spring-boot-starter-logging:jar:1.0.0.RELEASE:compile
> [INFO] |  |  |     +- org.slf4j:jcl-over-slf4j:jar:1.7.6:compile
> [INFO] |  |  |     +- org.slf4j:jul-to-slf4j:jar:1.7.6:compile
> [INFO] |  |  |     \- org.slf4j:log4j-over-slf4j:jar:1.7.6:compile
> [INFO] |  |  +-
> org.springframework.boot:spring-boot-starter-tomcat:jar:1.0.0.RELEASE:compile
> [INFO] |  |  |  +-
> org.apache.tomcat.embed:tomcat-embed-el:jar:7.0.52:compile
> [INFO] |  |  |  \-
> org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:7.0.52:compile
> [INFO] |  |  \-
> com.fasterxml.jackson.core:jackson-databind:jar:2.3.2:compile
> [INFO] |  |     +-
> com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile
> [INFO] |  |     \- com.fasterxml.jackson.core:jackson-core:jar:2.3.2:compile
> [INFO] |  \-
> org.apache.tomcat.embed:tomcat-embed-websocket:jar:7.0.52:compile
> [INFO] |     \- org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.52:compile
> [INFO] +- org.projectreactor:reactor-core:jar:1.0.1.RELEASE:compile
> [INFO] |  \- com.lmax:disruptor:jar:3.2.0:compile
> [INFO] +- org.projectreactor:reactor-tcp:jar:1.0.1.RELEASE:compile
> [INFO] |  \- io.netty:netty-all:jar:4.0.17.Final:compile
> [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> [INFO] +- junit:junit:jar:4.11:test
> [INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
> [INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
> [INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
> [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
> [INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
> [INFO] +- org.freemarker:freemarker:jar:2.3.20:compile
> [INFO] +-
> org.springframework.security:spring-security-web:jar:3.2.3.RELEASE:compile
> [INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
> [INFO] |  \-
> org.springframework.security:spring-security-core:jar:3.2.3.RELEASE:compile
> [INFO] +-
> org.springframework.security:spring-security-taglibs:jar:3.2.3.RELEASE:compile
> [INFO] |  \-
> org.springframework.security:spring-security-acl:jar:3.2.3.RELEASE:compile
> [INFO] +-
> org.springframework.security:spring-security-config:jar:3.2.3.RELEASE:compile
> [INFO] \- org.jsoup:jsoup:jar:1.7.3:compile
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building stargate 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ stargate ---
> [INFO] com.r3systems.manageacloud:stargate:war:1.0-SNAPSHOT
> [INFO] +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
> [INFO] |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
> [INFO] |  |     +-
> com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
> [INFO] |  |     +- com.google.inject:guice:jar:3.0:compile
> [INFO] |  |     +- javax.inject:javax.inject:jar:1:compile
> [INFO] |  |     \- javax.annotation:jsr250-api:jar:1.0:compile
> [INFO] |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
> [INFO] |  +-
> org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
> [INFO] |  |  \-
> com.google.inject.extensions:guice-multibindings:jar:3.0:compile
> [INFO] |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
> [INFO] |  |  |  +- org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
> [INFO] |  |  |  \-
> org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
> [INFO] |  |  \-
> org.apache.jclouds.provider:rackspace-cloudloadbalancers-us:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
> [INFO] |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
> [INFO] |  |  +- org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
> [INFO] |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
> [INFO] |  |     \-
> org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
> [INFO] |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
> [INFO] |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
> [INFO] |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
> [INFO] |     |  \- org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
> [INFO] |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
> [INFO] |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
> [INFO] |     |  \-
> org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
> [INFO] |     +-
> org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
> [INFO] |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
> [INFO] +- com.google.code:sitemapgen4j:jar:1.0.1:compile
> [INFO] +- org.projectreactor:reactor-core:jar:1.0.1.RELEASE:compile
> [INFO] |  +- com.lmax:disruptor:jar:3.2.0:compile
> [INFO] |  \- org.slf4j:slf4j-api:jar:1.7.6:compile
> [INFO] +- org.projectreactor:reactor-tcp:jar:1.0.1.RELEASE:compile
> [INFO] |  \- io.netty:netty-all:jar:4.0.17.Final:compile
> [INFO] +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
> [INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
> [INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
> [INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
> [INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
> [INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
> [INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
> [INFO] +- javax.servlet.jsp:jsp-api:jar:2.1:provided
> [INFO] +- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
> [INFO] +-
> org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
> [INFO] +- org.springframework:spring-websocket:jar:4.0.3.RELEASE:compile
> [INFO] +- commons-fileupload:commons-fileupload:jar:1.2.2:compile
> [INFO] +- commons-io:commons-io:jar:2.4:compile
> [INFO] +-
> org.springframework.security:spring-security-web:jar:3.2.3.RELEASE:compile
> [INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
> [INFO] |  \-
> org.springframework.security:spring-security-core:jar:3.2.3.RELEASE:compile
> [INFO] +-
> org.springframework.security:spring-security-taglibs:jar:3.2.3.RELEASE:compile
> [INFO] |  \-
> org.springframework.security:spring-security-acl:jar:3.2.3.RELEASE:compile
> [INFO] +-
> org.springframework.security:spring-security-config:jar:3.2.3.RELEASE:compile
> [INFO] +-
> org.springframework.boot:spring-boot-starter-websocket:jar:1.0.0.RELEASE:compile
> [INFO] |  \-
> org.apache.tomcat.embed:tomcat-embed-websocket:jar:7.0.52:compile
> [INFO] |     \- org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.52:compile
> [INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
> [INFO] +- com.jayway.jsonpath:json-path:jar:0.9.0:test
> [INFO] |  \- net.minidev:json-smart:jar:1.2:test
> [INFO] +- com.jayway.jsonpath:json-path-assert:jar:0.9.0:test
> [INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
> [INFO] +- org.freemarker:freemarker:jar:2.3.20:compile
> [INFO] +- junit:junit:jar:4.8.2:test
> [INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
> [INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
> [INFO] +-
> org.springframework.boot:spring-boot-starter-web:jar:1.0.0.RELEASE:compile
> [INFO] |  +-
> org.springframework.boot:spring-boot-starter:jar:1.0.0.RELEASE:compile
> [INFO] |  |  +-
> org.springframework.boot:spring-boot:jar:1.0.0.RELEASE:compile
> [INFO] |  |  +-
> org.springframework.boot:spring-boot-autoconfigure:jar:1.0.0.RELEASE:compile
> [INFO] |  |  +-
> org.springframework.boot:spring-boot-starter-logging:jar:1.0.0.RELEASE:compile
> [INFO] |  |  |  +- org.slf4j:jul-to-slf4j:jar:1.7.6:compile
> [INFO] |  |  |  \- org.slf4j:log4j-over-slf4j:jar:1.7.6:compile
> [INFO] |  |  \- org.yaml:snakeyaml:jar:1.13:compile
> [INFO] |  +-
> org.springframework.boot:spring-boot-starter-tomcat:jar:1.0.0.RELEASE:compile
> [INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:7.0.52:compile
> [INFO] |  |  \-
> org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:7.0.52:compile
> [INFO] |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.3.2:compile
> [INFO] |     +-
> com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile
> [INFO] |     \- com.fasterxml.jackson.core:jackson-core:jar:2.3.2:compile
> [INFO] +- com.google.code.gson:gson:jar:2.5:compile
> [INFO] +- com.googlecode.json-simple:json-simple:jar:1.1:compile
> [INFO] +- com.r3systems.manageacloud:naquadah:jar:1.0:compile
> [INFO] |  +- com.twilio.sdk:twilio-java-sdk:jar:3.4.5:compile
> [INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.3.2:compile
> [INFO] |  |  |  +- org.apache.httpcomponents:httpcore:jar:4.3.1:compile
> [INFO] |  |  |  \- commons-codec:commons-codec:jar:1.6:compile
> [INFO] |  |  +- commons-lang:commons-lang:jar:2.6:compile
> [INFO] |  |  \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile
> [INFO] |  |     \- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile
> [INFO] |  +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
> [INFO] |  +- com.google.guava:guava:jar:18.0:compile
> [INFO] |  +- com.jcraft:jsch:jar:0.1.53:compile
> [INFO] |  +- javax.mail:mail:jar:1.4:compile
> [INFO] |  |  \- javax.activation:activation:jar:1.1:compile
> [INFO] |  +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
> [INFO] |  +- commons-dbcp:commons-dbcp:jar:1.4:compile
> [INFO] |  |  \- commons-pool:commons-pool:jar:1.6:compile
> [INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
> [INFO] |  +- net.schmizz:sshj:jar:0.1.1:compile
> [INFO] |  +- net.spy:spymemcached:jar:2.11.4:compile
> [INFO] |  +- securepay:Base64:jar:1:compile
> [INFO] |  +- securepay:jsse:jar:1:compile
> [INFO] |  +- securepay:periodic_api:jar:1:compile
> [INFO] |  +- securepay:securepayxmlapi_obf:jar:1:compile
> [INFO] |  +- securepay:xercesImpl:jar:2.4.0:compile
> [INFO] |  \- securepay:xmlParserAPIs:jar:2.4.0:compile
> [INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT:compile
> [INFO] |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
> [INFO] |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
> [INFO] |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
> [INFO] |  |  |  \- net.iharder:base64:jar:2.3.8:compile
> [INFO] |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
> [INFO] |  +- org.jetbrains:annotations:jar:15.0:compile
> [INFO] |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
> [INFO] |  |  +-
> org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
> [INFO] |  |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
> [INFO] |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
> [INFO] |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
> [INFO] |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
> [INFO] |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
> [INFO] |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
> [INFO] |  |  \-
> com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
> [INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
> [INFO] |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
> [INFO] |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
> [INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
> [INFO] |  |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
> [INFO] |  |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
> [INFO] |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
> [INFO] +- com.r3systems.manageacloud:stargate-shared:jar:1.0:compile
> [INFO] +- com.r3systems.manageacloud:cvs:jar:1.0:compile
> [INFO] |  \-
> org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:compile
> [INFO] |     \- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
> [INFO] +- com.r3systems.manageacloud:cm:jar:1.0:compile
> [INFO] |  \- com.esotericsoftware.yamlbeans:yamlbeans:jar:1.08:compile
> [INFO] +- org.tuckey:urlrewritefilter:jar:4.0.3:compile
> [INFO] +- org.hibernate:hibernate-validator:jar:5.1.1.Final:compile
> [INFO] |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
> [INFO] |  +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
> [INFO] |  \- com.fasterxml:classmate:jar:1.0.0:compile
> [INFO] +-
> org.springframework.data:spring-data-redis:jar:1.2.1.RELEASE:compile
> [INFO] |  +- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
> [INFO] |  \- org.slf4j:jcl-over-slf4j:jar:1.7.6:compile
> [INFO] +- redis.clients:jedis:jar:2.4.2:compile
> [INFO] |  \- org.apache.commons:commons-pool2:jar:2.0:compile
> [INFO] +- org.jsoup:jsoup:jar:1.7.3:compile
> [INFO] +- org.glyptodon.guacamole:guacamole-common:jar:0.9.3:compile
> [INFO] +- org.glyptodon.guacamole:guacamole-common-js:zip:0.9.3:runtime
> [INFO] +- org.mockito:mockito-core:jar:1.9.5:test
> [INFO] |  \- org.objenesis:objenesis:jar:1.0:test
> [INFO] \- org.hamcrest:hamcrest-library:jar:1.3:test
>
> Regards,
> Ruben
>
>
>
>
>
> On Thu, Dec 15, 2016 at 8:28 PM, Ignasi Barrera <na...@apache.org> wrote:
>>
>> 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 <tk...@gmail.com> wrote:
>> > 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(password).build());
>> >
>> >
>> > sshClient.put(path, content);
>> >
>> > But I have the following error:
>> >
>> > Dec 15, 2016 7:59:06 PM org.apache.catalina.core.StandardWrapperValve
>> > invoke
>> > SEVERE: Servlet.service() for servlet [mvc-dispatcher] in context with
>> > path
>> > [] threw exception [Handler processing failed; nested exception is
>> > java.lang.NoSuchMethodError:
>> >
>> > net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.init(Ljava/lang/String;Ljava/lang/String;)V]
>> > with root cause
>> > java.lang.NoSuchMethodError:
>> >
>> > net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.init(Ljava/lang/String;Ljava/lang/String;)V
>> >     at
>> >
>> > org.jclouds.sshj.SSHClientConnection.create(SSHClientConnection.java:162)
>> >     at
>> > org.jclouds.sshj.SSHClientConnection.create(SSHClientConnection.java:49)
>> >     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:195)
>> >     at org.jclouds.sshj.SshjSshClient.connect(SshjSshClient.java:224)
>> >     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:212)
>> >     at
>> >
>> > org.jclouds.sshj.SshjSshClient$PutConnection.create(SshjSshClient.java:320)
>> >     at
>> >
>> > org.jclouds.sshj.SshjSshClient$PutConnection.create(SshjSshClient.java:298)
>> >     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:195)
>> >     at org.jclouds.sshj.SshjSshClient.put(SshjSshClient.java:355)
>> >     at org.jclouds.sshj.SshjSshClient.put(SshjSshClient.java:171)
>> >
>> > Does anyone know how can I fix this problem ?
>> >
>> > Regards
>> > Ruben
>> >
>
>

Re: Migration to 2.0.0

Posted by Ruben Rubio Rey <tk...@gmail.com>.
Hi Ignasi,

Thanks for your help in advance.

This the the mvn dependency:tree for the project

[INFO]
------------------------------------------------------------------------
[INFO] Building cvs 1.0
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ cvs ---
[INFO] com.r3systems.manageacloud:cvs:jar:1.0
[INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
[INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
[INFO] +- org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:compile
[INFO] |  +- com.jcraft:jsch:jar:0.1.50:compile
[INFO] |  +- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
[INFO] |  \- org.apache.httpcomponents:httpclient:jar:4.1.3:compile
[INFO] |     +- org.apache.httpcomponents:httpcore:jar:4.1.4:compile
[INFO] |     +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |     \- commons-codec:commons-codec:jar:1.4:compile
[INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
[INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
[INFO] |  |  \- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
[INFO] +- ch.qos.logback:logback-classic:jar:0.9.30:compile
[INFO] +- ch.qos.logback:logback-core:jar:0.9.30:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
[INFO] +- junit:junit:jar:4.8.2:test
[INFO] +- com.google.code.gson:gson:jar:2.5:compile
[INFO] +- commons-io:commons-io:jar:2.4:compile
[INFO] +- org.mockito:mockito-all:jar:1.9.5:test
[INFO] \- org.kubek2k:springockito-annotations:jar:1.0.5:test
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building naquadah-lite 1.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ naquadah-lite
---
[INFO] com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT
[INFO] +- com.jcraft:jsch:jar:0.1.53:compile
[INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
[INFO] +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
[INFO] |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
[INFO] |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] |     +-
com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
[INFO] |     +- com.google.inject:guice:jar:3.0:compile
[INFO] |     +- javax.inject:javax.inject:jar:1:compile
[INFO] |     +- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] |     \- com.google.guava:guava:jar:16.0.1:compile
[INFO] +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
[INFO] +-
org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
[INFO] |     \- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] +- com.google.code.gson:gson:jar:2.5:compile
[INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
[INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
[INFO] +-
org.springframework.security:spring-security-web:jar:4.0.3.RELEASE:compile
[INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  \-
org.springframework.security:spring-security-core:jar:4.0.3.RELEASE:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
[INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
[INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
[INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
[INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
[INFO] +- net.spy:spymemcached:jar:2.11.4:compile
[INFO] +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
[INFO] |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
[INFO] |  |  \- net.iharder:base64:jar:2.3.8:compile
[INFO] |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
[INFO] +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
[INFO] |  |  \-
com.google.inject.extensions:guice-multibindings:jar:3.0:compile
[INFO] |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
[INFO] |  |  |  \-
org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
[INFO] |  |  \-
org.apache.jclouds.provider:rackspace-cloudloadbalancers-us:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
[INFO] |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
[INFO] |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
[INFO] |  |     \-
org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
[INFO] |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
[INFO] |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
[INFO] |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
[INFO] |     |  \- org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
[INFO] |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
[INFO] |     |  \-
org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
[INFO] |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
[INFO] |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
[INFO] +- org.jetbrains:annotations:jar:15.0:compile
[INFO] +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
[INFO] |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
[INFO] |  +- com.hierynomus:sshj:jar:0.12.0:compile
[INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
[INFO] |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
[INFO] |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
[INFO] |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
[INFO] |  \- com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
[INFO] |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
[INFO] |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
[INFO] |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
[INFO] |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
[INFO] |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
[INFO] |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
[INFO] \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building naquadah 1.0
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ naquadah ---
[INFO] com.r3systems.manageacloud:naquadah:jar:1.0
[INFO] +- com.twilio.sdk:twilio-java-sdk:jar:3.4.5:compile
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.1.2:compile
[INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.1.2:compile
[INFO] |  |  +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |  |  \- commons-codec:commons-codec:jar:1.4:compile
[INFO] |  +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile
[INFO] |     \- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile
[INFO] +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
[INFO] +- com.google.guava:guava:jar:18.0:compile
[INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
[INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
[INFO] +- com.jcraft:jsch:jar:0.1.53:compile
[INFO] +- javax.mail:mail:jar:1.4:compile
[INFO] |  \- javax.activation:activation:jar:1.1:compile
[INFO] +-
org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
[INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
[INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
[INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
[INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
[INFO] +- org.hsqldb:hsqldb:jar:2.0.0:test
[INFO] +- org.kubek2k:springockito-annotations:jar:1.0.5:test
[INFO] +- org.mockito:mockito-all:jar:1.9.5:test
[INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
[INFO] +- com.google.code.gson:gson:jar:2.5:compile
[INFO] +- com.googlecode.json-simple:json-simple:jar:1.1:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] +- net.schmizz:sshj:jar:0.1.1:compile
[INFO] +- junit:junit:jar:4.8.2:test
[INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
[INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
[INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
[INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
[INFO] +- net.spy:spymemcached:jar:2.11.4:compile
[INFO] +-
org.springframework.security:spring-security-web:jar:4.0.3.RELEASE:compile
[INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  \-
org.springframework.security:spring-security-core:jar:4.0.3.RELEASE:compile
[INFO] +- org.skyscreamer:jsonassert:jar:1.2.3:test
[INFO] |  \- org.json:json:jar:20090211:test
[INFO] +- com.r3systems.manageacloud:cvs:jar:1.0:compile
[INFO] |  +-
org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:compile
[INFO] |  |  \- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
[INFO] |  \- commons-io:commons-io:jar:2.4:compile
[INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT:compile
[INFO] |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
[INFO] |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] |  |     +-
com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
[INFO] |  |     +- com.google.inject:guice:jar:3.0:compile
[INFO] |  |     +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |     \- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
[INFO] |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
[INFO] |  |  |  \- net.iharder:base64:jar:2.3.8:compile
[INFO] |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
[INFO] |  |  |  \-
org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
[INFO] |  |  |  \-
com.google.inject.extensions:guice-multibindings:jar:3.0:compile
[INFO] |  |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
[INFO] |  |  |  |  \-
org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
[INFO] |  |  |  \-
org.apache.jclouds.provider:rackspace-cloudlosshjadbalancers-us:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
[INFO] |  |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
[INFO] |  |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
[INFO] |  |  |  |  \-
org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
[INFO] |  |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
[INFO] |  |  |     \-
org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
[INFO] |  |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
[INFO] |  |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
[INFO] |  |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
[INFO] |  |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
[INFO] |  |     |  \- org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
[INFO] |  |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
[INFO] |  |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
[INFO] |  |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
[INFO] |  |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
[INFO] |  |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
[INFO] |  |     |  \-
org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
[INFO] |  |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
[INFO] |  |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
[INFO] |  +- org.jetbrains:annotations:jar:15.0:compile
[INFO] |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
[INFO] |  |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
[INFO] |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
[INFO] |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
[INFO] |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
[INFO] |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
[INFO] |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
[INFO] |  |  \-
com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
[INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
[INFO] |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
[INFO] |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
[INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
[INFO] |  |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
[INFO] |  |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
[INFO] |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
[INFO] +- securepay:Base64:jar:1:compile
[INFO] +- securepay:jsse:jar:1:compile
[INFO] +- securepay:periodic_api:jar:1:compile
[INFO] +- securepay:securepayxmlapi_obf:jar:1:compile
[INFO] +- securepay:xercesImpl:jar:2.4.0:compile
[INFO] \- securepay:xmlParserAPIs:jar:2.4.0:compile
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building cm 1.0
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ cm ---
[INFO] com.r3systems.manageacloud:cm:jar:1.0
[INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
[INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
[INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
[INFO] |  \- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
[INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
[INFO] |  |  \- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
[INFO] +- ch.qos.logback:logback-classic:jar:0.9.30:compile
[INFO] +- ch.qos.logback:logback-core:jar:0.9.30:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
[INFO] +- junit:junit:jar:4.8.2:test
[INFO] +- org.mockito:mockito-all:jar:1.9.5:test
[INFO] +- com.esotericsoftware.yamlbeans:yamlbeans:jar:1.08:compile
[INFO] +- commons-io:commons-io:jar:2.4:compile
[INFO] +- com.r3systems.manageacloud:naquadah:jar:1.0:compile
[INFO] |  +- com.twilio.sdk:twilio-java-sdk:jar:3.4.5:compile
[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.1.2:compile
[INFO] |  |  |  +- org.apache.httpcomponents:httpcore:jar:4.1.2:compile
[INFO] |  |  |  \- commons-codec:commons-codec:jar:1.4:compile
[INFO] |  |  +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  |  \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile
[INFO] |  |     \- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile
[INFO] |  +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
[INFO] |  +- com.google.guava:guava:jar:18.0:compile
[INFO] |  +- com.jcraft:jsch:jar:0.1.53:compile
[INFO] |  +- javax.mail:mail:jar:1.4:compile
[INFO] |  |  \- javax.activation:activation:jar:1.1:compile
[INFO] |  +-
org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
[INFO] |  +- commons-dbcp:commons-dbcp:jar:1.4:compile
[INFO] |  |  \- commons-pool:commons-pool:jar:1.5.4:compile
[INFO] |  +- com.google.code.gson:gson:jar:2.5:compile
[INFO] |  +- com.googlecode.json-simple:json-simple:jar:1.1:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] |  +- net.schmizz:sshj:jar:0.1.1:compile
[INFO] |  +- net.spy:spymemcached:jar:2.11.4:compile
[INFO] |  +-
org.springframework.security:spring-security-web:jar:4.0.3.RELEASE:compile
[INFO] |  |  \-
org.springframework.security:spring-security-core:jar:4.0.3.RELEASE:compile
[INFO] |  +-
com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT:compile
[INFO] |  |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
[INFO] |  |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] |  |  |     +-
com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
[INFO] |  |  |     +- com.google.inject:guice:jar:3.0:compile
[INFO] |  |  |     +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |  |     \- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] |  |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
[INFO] |  |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
[INFO] |  |  |  |  \- net.iharder:base64:jar:2.3.8:compile
[INFO] |  |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
[INFO] |  |  |  |  \-
org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
[INFO] |  |  |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
[INFO] |  |  |  |  \-
org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
[INFO] |  |  |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
[INFO] |  |  |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
[INFO] |  |  |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
[INFO] |  |  |  |  \-
com.google.inject.extensions:guice-multibindings:jar:3.0:compile
[INFO] |  |  |  +-
org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
[INFO] |  |  |  |  |  +-
org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
[INFO] |  |  |  |  |  \-
org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
[INFO] |  |  |  |  \-
org.apache.jclouds.provider:rackspace-cloudloadbalancers-us:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
[INFO] |  |  |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
[INFO] |  |  |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
[INFO] |  |  |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
[INFO] |  |  |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
[INFO] |  |  |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
[INFO] |  |  |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
[INFO] |  |  |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
[INFO] |  |  |  |  |  \-
org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
[INFO] |  |  |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
[INFO] |  |  |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
[INFO] |  |  |  |     \-
org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
[INFO] |  |  |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
[INFO] |  |  |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
[INFO] |  |  |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
[INFO] |  |  |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
[INFO] |  |  |     |  \-
org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
[INFO] |  |  |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
[INFO] |  |  |     +-
org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
[INFO] |  |  |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
[INFO] |  |  |     +-
org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
[INFO] |  |  |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
[INFO] |  |  |     |  \-
org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
[INFO] |  |  |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
[INFO] |  |  |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
[INFO] |  |  +- org.jetbrains:annotations:jar:15.0:compile
[INFO] |  |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
[INFO] |  |  |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
[INFO] |  |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
[INFO] |  |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
[INFO] |  |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
[INFO] |  |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
[INFO] |  |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
[INFO] |  |  |  \-
com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
[INFO] |  |  |     +-
com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
[INFO] |  |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
[INFO] |  |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
[INFO] |  |  |     +-
com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
[INFO] |  |  |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
[INFO] |  |  |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
[INFO] |  |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
[INFO] |  +- securepay:Base64:jar:1:compile
[INFO] |  +- securepay:jsse:jar:1:compile
[INFO] |  +- securepay:periodic_api:jar:1:compile
[INFO] |  +- securepay:securepayxmlapi_obf:jar:1:compile
[INFO] |  +- securepay:xercesImpl:jar:2.4.0:compile
[INFO] |  \- securepay:xmlParserAPIs:jar:2.4.0:compile
[INFO] \- com.r3systems.manageacloud:cvs:jar:1.0:compile
[INFO]    \-
org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:compile
[INFO]       \- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building stargate-shared 1.0
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ stargate-shared
---
[INFO] com.r3systems.manageacloud:stargate-shared:jar:1.0
[INFO] +- org.hibernate:hibernate-validator:jar:5.1.1.Final:compile
[INFO] |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] |  +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
[INFO] |  \- com.fasterxml:classmate:jar:1.0.0:compile
[INFO] +- com.jcraft:jsch:jar:0.1.53:compile
[INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
[INFO] +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
[INFO] |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
[INFO] |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] |     +-
com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
[INFO] |     +- com.google.inject:guice:jar:3.0:compile
[INFO] |     +- javax.inject:javax.inject:jar:1:compile
[INFO] |     +- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] |     \- com.google.guava:guava:jar:16.0.1:compile
[INFO] +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
[INFO] +-
org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
[INFO] |     \- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] +- com.google.code.gson:gson:jar:2.5:compile
[INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
[INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
[INFO] +-
org.springframework.security:spring-security-web:jar:4.0.3.RELEASE:compile
[INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  \-
org.springframework.security:spring-security-core:jar:4.0.3.RELEASE:compile
[INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
[INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
[INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
[INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
[INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
[INFO] +- net.spy:spymemcached:jar:2.11.4:compile
[INFO] +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
[INFO] |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
[INFO] |  |  \- net.iharder:base64:jar:2.3.8:compile
[INFO] |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
[INFO] +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
[INFO] |  |  \-
com.google.inject.extensions:guice-multibindings:jar:3.0:compile
[INFO] |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
[INFO] |  |  |  \-
org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
[INFO] |  |  \-
org.apache.jclouds.provider:rackspace-cloudloadbalancers-us:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
[INFO] |  |  |  \- org.yaml:snakeyaml:jar:1.17:compile
[INFO] |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
[INFO] |  |     \-
org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
[INFO] |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
[INFO] |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
[INFO] |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
[INFO] |     |  \- org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
[INFO] |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
[INFO] |     |  \-
org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
[INFO] |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
[INFO] |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
[INFO] +- org.jetbrains:annotations:jar:15.0:compile
[INFO] +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
[INFO] |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
[INFO] |  +- com.hierynomus:sshj:jar:0.12.0:compile
[INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
[INFO] |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
[INFO] |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
[INFO] |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
[INFO] |  \- com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
[INFO] |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
[INFO] |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
[INFO] |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
[INFO] |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
[INFO] |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
[INFO] |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
[INFO] +- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
[INFO] \- org.jsoup:jsoup:jar:1.7.3:compile
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building stargate-lite 1.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ stargate-lite
---
[INFO] com.r3systems.manageacloud:stargate-lite:war:1.0-SNAPSHOT
[INFO] +- com.jcraft:jsch:jar:0.1.53:compile
[INFO] +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
[INFO] |  \- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] +- org.hibernate:hibernate-validator:jar:5.1.1.Final:compile
[INFO] |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] |  +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
[INFO] |  \- com.fasterxml:classmate:jar:1.0.0:compile
[INFO] +- com.google.code.gson:gson:jar:2.5:compile
[INFO] +- com.r3systems.manageacloud:stargate-shared:jar:1.0:compile
[INFO] |  +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
[INFO] |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
[INFO] |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] |  |     +-
com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
[INFO] |  |     +- com.google.inject:guice:jar:3.0:compile
[INFO] |  |     +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |     +- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] |  |     \- com.google.guava:guava:jar:16.0.1:compile
[INFO] |  +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
[INFO] |  +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.6.2:compile
[INFO] |  +- net.spy:spymemcached:jar:2.11.4:compile
[INFO] |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
[INFO] |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
[INFO] |  |  |  \- net.iharder:base64:jar:2.3.8:compile
[INFO] |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
[INFO] |  |  |  \-
org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
[INFO] |  |  |  \-
com.google.inject.extensions:guice-multibindings:jar:3.0:compile
[INFO] |  |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
[INFO] |  |  |  |  +-
org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
[INFO] |  |  |  |  \-
org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
[INFO] |  |  |  \-
org.apache.jclouds.provider:rackspace-cloudloadbalancers-us:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
[INFO] |  |  |  |  \- org.yaml:snakeyaml:jar:1.13:compile
[INFO] |  |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
[INFO] |  |  |  |  \-
org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
[INFO] |  |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
[INFO] |  |  |  +-
org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
[INFO] |  |  |     \-
org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
[INFO] |  |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
[INFO] |  |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
[INFO] |  |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
[INFO] |  |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
[INFO] |  |     |  \- org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
[INFO] |  |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
[INFO] |  |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
[INFO] |  |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
[INFO] |  |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
[INFO] |  |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
[INFO] |  |     |  \-
org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
[INFO] |  |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
[INFO] |  |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
[INFO] |  +- org.jetbrains:annotations:jar:15.0:compile
[INFO] |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
[INFO] |  |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
[INFO] |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
[INFO] |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
[INFO] |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
[INFO] |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
[INFO] |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
[INFO] |  |  \-
com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
[INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
[INFO] |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
[INFO] |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
[INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
[INFO] |  |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
[INFO] |  |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
[INFO] |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
[INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT:compile
[INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
[INFO] +-
org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
[INFO] +- javax.servlet:servlet-api:jar:2.5:compile
[INFO] +- javax.servlet.jsp:jsp-api:jar:2.1:provided
[INFO] +- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-websocket:jar:4.0.3.RELEASE:compile
[INFO] +-
org.springframework.boot:spring-boot-starter-websocket:jar:1.0.0.RELEASE:compile
[INFO] |  +-
org.springframework.boot:spring-boot-starter-web:jar:1.0.0.RELEASE:compile
[INFO] |  |  +-
org.springframework.boot:spring-boot-starter:jar:1.0.0.RELEASE:compile
[INFO] |  |  |  +-
org.springframework.boot:spring-boot:jar:1.0.0.RELEASE:compile
[INFO] |  |  |  +-
org.springframework.boot:spring-boot-autoconfigure:jar:1.0.0.RELEASE:compile
[INFO] |  |  |  \-
org.springframework.boot:spring-boot-starter-logging:jar:1.0.0.RELEASE:compile
[INFO] |  |  |     +- org.slf4j:jcl-over-slf4j:jar:1.7.6:compile
[INFO] |  |  |     +- org.slf4j:jul-to-slf4j:jar:1.7.6:compile
[INFO] |  |  |     \- org.slf4j:log4j-over-slf4j:jar:1.7.6:compile
[INFO] |  |  +-
org.springframework.boot:spring-boot-starter-tomcat:jar:1.0.0.RELEASE:compile
[INFO] |  |  |  +-
org.apache.tomcat.embed:tomcat-embed-el:jar:7.0.52:compile
[INFO] |  |  |  \-
org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:7.0.52:compile
[INFO] |  |  \-
com.fasterxml.jackson.core:jackson-databind:jar:2.3.2:compile
[INFO] |  |     +-
com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile
[INFO] |  |     \- com.fasterxml.jackson.core:jackson-core:jar:2.3.2:compile
[INFO] |  \-
org.apache.tomcat.embed:tomcat-embed-websocket:jar:7.0.52:compile
[INFO] |     \- org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.52:compile
[INFO] +- org.projectreactor:reactor-core:jar:1.0.1.RELEASE:compile
[INFO] |  \- com.lmax:disruptor:jar:3.2.0:compile
[INFO] +- org.projectreactor:reactor-tcp:jar:1.0.1.RELEASE:compile
[INFO] |  \- io.netty:netty-all:jar:4.0.17.Final:compile
[INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
[INFO] +- junit:junit:jar:4.11:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
[INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
[INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
[INFO] |  \- commons-pool:commons-pool:jar:1.5.4:compile
[INFO] +- org.freemarker:freemarker:jar:2.3.20:compile
[INFO] +-
org.springframework.security:spring-security-web:jar:3.2.3.RELEASE:compile
[INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  \-
org.springframework.security:spring-security-core:jar:3.2.3.RELEASE:compile
[INFO] +-
org.springframework.security:spring-security-taglibs:jar:3.2.3.RELEASE:compile
[INFO] |  \-
org.springframework.security:spring-security-acl:jar:3.2.3.RELEASE:compile
[INFO] +-
org.springframework.security:spring-security-config:jar:3.2.3.RELEASE:compile
[INFO] \- org.jsoup:jsoup:jar:1.7.3:compile
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building stargate 1.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ stargate ---
[INFO] com.r3systems.manageacloud:stargate:war:1.0-SNAPSHOT
[INFO] +- org.apache.jclouds:jclouds-all:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.api:rackspace-cloudidentity:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:openstack-keystone:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.api:openstack-cinder:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds:jclouds-core:jar:2.0.0:compile
[INFO] |  |     +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] |  |     +-
com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
[INFO] |  |     +- com.google.inject:guice:jar:3.0:compile
[INFO] |  |     +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |     \- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] |  +- org.apache.jclouds.api:rackspace-clouddns:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-cloudwatch:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:cloudwatch:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-us:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-cloudblockstorage-uk:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddns-us:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddns-uk:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-us:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:openstack-trove:jar:2.0.0:compile
[INFO] |  +-
org.apache.jclouds.provider:rackspace-clouddatabases-uk:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-sqs:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:sqs:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-sts:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:sts:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:aws-route53:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:route53:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:ultradns-ws:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.provider:dynect:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.api:chef:jar:2.0.0:compile
[INFO] |  |  \-
com.google.inject.extensions:guice-multibindings:jar:3.0:compile
[INFO] |  +- org.apache.jclouds:jclouds-allloadbalancer:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.jclouds:jclouds-loadbalancer:jar:2.0.0:compile
[INFO] |  |  |  \-
org.apache.jclouds.api:rackspace-cloudloadbalancers:jar:2.0.0:compile
[INFO] |  |  \-
org.apache.jclouds.provider:rackspace-cloudloadbalancers-us:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds:jclouds-allcompute:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:aws-ec2:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:openstack-nova:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:openstack-nova-ec2:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:byon:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:ec2:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:gogrid:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:elasticstack:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:elastichosts-lon-p:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:elastichosts-sat-p:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:elastichosts-lon-b:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:openhosting-east1:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:serverlove-z1-man:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:skalicloud-sdg-my:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:go2cloud-jhb1:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:softlayer:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.api:cloudstack:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-us:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:rackspace-cloudservers-uk:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.provider:google-compute-engine:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.common:googlecloud:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:digitalocean2:jar:2.0.0:compile
[INFO] |  |  |  \- org.apache.jclouds.api:oauth:jar:2.0.0:compile
[INFO] |  |  +- org.apache.jclouds.provider:profitbricks:jar:2.0.0:compile
[INFO] |  |  \- org.apache.jclouds.api:docker:jar:2.0.0:compile
[INFO] |  |     \-
org.apache.jclouds.driver:jclouds-okhttp:jar:2.0.0:compile
[INFO] |  |        \- com.squareup.okhttp:okhttp:jar:2.2.0:compile
[INFO] |  |           \- com.squareup.okio:okio:jar:1.2.0:compile
[INFO] |  \- org.apache.jclouds:jclouds-allblobstore:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.api:s3:jar:2.0.0:compile
[INFO] |     |  \- org.apache.jclouds:jclouds-blobstore:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.provider:aws-s3:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.provider:azureblob:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.api:atmos:jar:2.0.0:compile
[INFO] |     +- org.apache.jclouds.api:openstack-swift:jar:2.0.0:compile
[INFO] |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-us:jar:2.0.0:compile
[INFO] |     |  \-
org.apache.jclouds.api:rackspace-cloudfiles:jar:2.0.0:compile
[INFO] |     +-
org.apache.jclouds.provider:rackspace-cloudfiles-uk:jar:2.0.0:compile
[INFO] |     \- org.apache.jclouds.api:filesystem:jar:2.0.0:compile
[INFO] +- com.google.code:sitemapgen4j:jar:1.0.1:compile
[INFO] +- org.projectreactor:reactor-core:jar:1.0.1.RELEASE:compile
[INFO] |  +- com.lmax:disruptor:jar:3.2.0:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.7.6:compile
[INFO] +- org.projectreactor:reactor-tcp:jar:1.0.1.RELEASE:compile
[INFO] |  \- io.netty:netty-all:jar:4.0.17.Final:compile
[INFO] +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
[INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
[INFO] |  \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
[INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
[INFO] +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
[INFO] +- javax.servlet.jsp:jsp-api:jar:2.1:provided
[INFO] +- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
[INFO] +-
org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-websocket:jar:4.0.3.RELEASE:compile
[INFO] +- commons-fileupload:commons-fileupload:jar:1.2.2:compile
[INFO] +- commons-io:commons-io:jar:2.4:compile
[INFO] +-
org.springframework.security:spring-security-web:jar:3.2.3.RELEASE:compile
[INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  \-
org.springframework.security:spring-security-core:jar:3.2.3.RELEASE:compile
[INFO] +-
org.springframework.security:spring-security-taglibs:jar:3.2.3.RELEASE:compile
[INFO] |  \-
org.springframework.security:spring-security-acl:jar:3.2.3.RELEASE:compile
[INFO] +-
org.springframework.security:spring-security-config:jar:3.2.3.RELEASE:compile
[INFO] +-
org.springframework.boot:spring-boot-starter-websocket:jar:1.0.0.RELEASE:compile
[INFO] |  \-
org.apache.tomcat.embed:tomcat-embed-websocket:jar:7.0.52:compile
[INFO] |     \- org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.52:compile
[INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
[INFO] +- com.jayway.jsonpath:json-path:jar:0.9.0:test
[INFO] |  \- net.minidev:json-smart:jar:1.2:test
[INFO] +- com.jayway.jsonpath:json-path-assert:jar:0.9.0:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.freemarker:freemarker:jar:2.3.20:compile
[INFO] +- junit:junit:jar:4.8.2:test
[INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
[INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
[INFO] +-
org.springframework.boot:spring-boot-starter-web:jar:1.0.0.RELEASE:compile
[INFO] |  +-
org.springframework.boot:spring-boot-starter:jar:1.0.0.RELEASE:compile
[INFO] |  |  +-
org.springframework.boot:spring-boot:jar:1.0.0.RELEASE:compile
[INFO] |  |  +-
org.springframework.boot:spring-boot-autoconfigure:jar:1.0.0.RELEASE:compile
[INFO] |  |  +-
org.springframework.boot:spring-boot-starter-logging:jar:1.0.0.RELEASE:compile
[INFO] |  |  |  +- org.slf4j:jul-to-slf4j:jar:1.7.6:compile
[INFO] |  |  |  \- org.slf4j:log4j-over-slf4j:jar:1.7.6:compile
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.13:compile
[INFO] |  +-
org.springframework.boot:spring-boot-starter-tomcat:jar:1.0.0.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:7.0.52:compile
[INFO] |  |  \-
org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:7.0.52:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.3.2:compile
[INFO] |     +-
com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile
[INFO] |     \- com.fasterxml.jackson.core:jackson-core:jar:2.3.2:compile
[INFO] +- com.google.code.gson:gson:jar:2.5:compile
[INFO] +- com.googlecode.json-simple:json-simple:jar:1.1:compile
[INFO] +- com.r3systems.manageacloud:naquadah:jar:1.0:compile
[INFO] |  +- com.twilio.sdk:twilio-java-sdk:jar:3.4.5:compile
[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.3.2:compile
[INFO] |  |  |  +- org.apache.httpcomponents:httpcore:jar:4.3.1:compile
[INFO] |  |  |  \- commons-codec:commons-codec:jar:1.6:compile
[INFO] |  |  +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  |  \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile
[INFO] |  |     \- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile
[INFO] |  +- org.ocpsoft.prettytime:prettytime:jar:3.2.7.Final:compile
[INFO] |  +- com.google.guava:guava:jar:18.0:compile
[INFO] |  +- com.jcraft:jsch:jar:0.1.53:compile
[INFO] |  +- javax.mail:mail:jar:1.4:compile
[INFO] |  |  \- javax.activation:activation:jar:1.1:compile
[INFO] |  +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
[INFO] |  +- commons-dbcp:commons-dbcp:jar:1.4:compile
[INFO] |  |  \- commons-pool:commons-pool:jar:1.6:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] |  +- net.schmizz:sshj:jar:0.1.1:compile
[INFO] |  +- net.spy:spymemcached:jar:2.11.4:compile
[INFO] |  +- securepay:Base64:jar:1:compile
[INFO] |  +- securepay:jsse:jar:1:compile
[INFO] |  +- securepay:periodic_api:jar:1:compile
[INFO] |  +- securepay:securepayxmlapi_obf:jar:1:compile
[INFO] |  +- securepay:xercesImpl:jar:2.4.0:compile
[INFO] |  \- securepay:xmlParserAPIs:jar:2.4.0:compile
[INFO] +- com.r3systems.manageacloud:naquadah-lite:jar:1.0-SNAPSHOT:compile
[INFO] |  +- org.apache.jclouds:jclouds-scriptbuilder:jar:2.0.0:compile
[INFO] |  +- org.apache.jclouds.labs:azurecompute:jar:2.0.0:compile
[INFO] |  |  +- com.jamesmurty.utils:java-xmlbuilder:jar:1.1:compile
[INFO] |  |  |  \- net.iharder:base64:jar:2.3.8:compile
[INFO] |  |  \- org.apache.jclouds:jclouds-compute:jar:2.0.0:compile
[INFO] |  +- org.jetbrains:annotations:jar:15.0:compile
[INFO] |  +- org.apache.jclouds.driver:jclouds-sshj:jar:2.0.0:compile
[INFO] |  |  +-
org.apache.jclouds.driver:jclouds-bouncycastle:jar:2.0.0:compile
[INFO] |  |  |  \- org.bouncycastle:bcprov-ext-jdk15on:jar:1.51:compile
[INFO] |  |  +- com.hierynomus:sshj:jar:0.12.0:compile
[INFO] |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:compile
[INFO] |  |  |  \- com.jcraft:jzlib:jar:1.1.3:compile
[INFO] |  |  +- com.jcraft:jsch.agentproxy.sshj:jar:0.0.9:compile
[INFO] |  |  |  \- com.jcraft:jsch.agentproxy.core:jar:0.0.9:compile
[INFO] |  |  \-
com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9:compile
[INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:compile
[INFO] |  |     |  +- net.java.dev.jna:jna:jar:4.1.0:compile
[INFO] |  |     |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
[INFO] |  |     +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9:compile
[INFO] |  |     +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:compile
[INFO] |  |     \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.9:compile
[INFO] |  \- org.apache.jclouds.driver:jclouds-slf4j:jar:2.0.0:compile
[INFO] +- com.r3systems.manageacloud:stargate-shared:jar:1.0:compile
[INFO] +- com.r3systems.manageacloud:cvs:jar:1.0:compile
[INFO] |  \-
org.eclipse.jgit:org.eclipse.jgit:jar:3.3.1.201403241930-r:compile
[INFO] |     \- com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
[INFO] +- com.r3systems.manageacloud:cm:jar:1.0:compile
[INFO] |  \- com.esotericsoftware.yamlbeans:yamlbeans:jar:1.08:compile
[INFO] +- org.tuckey:urlrewritefilter:jar:4.0.3:compile
[INFO] +- org.hibernate:hibernate-validator:jar:5.1.1.Final:compile
[INFO] |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] |  +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
[INFO] |  \- com.fasterxml:classmate:jar:1.0.0:compile
[INFO] +-
org.springframework.data:spring-data-redis:jar:1.2.1.RELEASE:compile
[INFO] |  +- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.slf4j:jcl-over-slf4j:jar:1.7.6:compile
[INFO] +- redis.clients:jedis:jar:2.4.2:compile
[INFO] |  \- org.apache.commons:commons-pool2:jar:2.0:compile
[INFO] +- org.jsoup:jsoup:jar:1.7.3:compile
[INFO] +- org.glyptodon.guacamole:guacamole-common:jar:0.9.3:compile
[INFO] +- org.glyptodon.guacamole:guacamole-common-js:zip:0.9.3:runtime
[INFO] +- org.mockito:mockito-core:jar:1.9.5:test
[INFO] |  \- org.objenesis:objenesis:jar:1.0:test
[INFO] \- org.hamcrest:hamcrest-library:jar:1.3:test

Regards,
Ruben





On Thu, Dec 15, 2016 at 8:28 PM, Ignasi Barrera <na...@apache.org> wrote:

> 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 <tk...@gmail.com> wrote:
> > 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(password).build());
> >
> >
> > sshClient.put(path, content);
> >
> > But I have the following error:
> >
> > Dec 15, 2016 7:59:06 PM org.apache.catalina.core.StandardWrapperValve
> invoke
> > SEVERE: Servlet.service() for servlet [mvc-dispatcher] in context with
> path
> > [] threw exception [Handler processing failed; nested exception is
> > java.lang.NoSuchMethodError:
> > net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.
> init(Ljava/lang/String;Ljava/lang/String;)V]
> > with root cause
> > java.lang.NoSuchMethodError:
> > net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.
> init(Ljava/lang/String;Ljava/lang/String;)V
> >     at
> > org.jclouds.sshj.SSHClientConnection.create(
> SSHClientConnection.java:162)
> >     at
> > org.jclouds.sshj.SSHClientConnection.create(SSHClientConnection.java:49)
> >     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:195)
> >     at org.jclouds.sshj.SshjSshClient.connect(SshjSshClient.java:224)
> >     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:212)
> >     at
> > org.jclouds.sshj.SshjSshClient$PutConnection.
> create(SshjSshClient.java:320)
> >     at
> > org.jclouds.sshj.SshjSshClient$PutConnection.
> create(SshjSshClient.java:298)
> >     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:195)
> >     at org.jclouds.sshj.SshjSshClient.put(SshjSshClient.java:355)
> >     at org.jclouds.sshj.SshjSshClient.put(SshjSshClient.java:171)
> >
> > Does anyone know how can I fix this problem ?
> >
> > Regards
> > Ruben
> >
>

Re: Migration to 2.0.0

Posted by Ignasi Barrera <na...@apache.org>.
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 <tk...@gmail.com> wrote:
> 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(password).build());
>
>
> sshClient.put(path, content);
>
> But I have the following error:
>
> Dec 15, 2016 7:59:06 PM org.apache.catalina.core.StandardWrapperValve invoke
> SEVERE: Servlet.service() for servlet [mvc-dispatcher] in context with path
> [] threw exception [Handler processing failed; nested exception is
> java.lang.NoSuchMethodError:
> net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.init(Ljava/lang/String;Ljava/lang/String;)V]
> with root cause
> java.lang.NoSuchMethodError:
> net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.init(Ljava/lang/String;Ljava/lang/String;)V
>     at
> org.jclouds.sshj.SSHClientConnection.create(SSHClientConnection.java:162)
>     at
> org.jclouds.sshj.SSHClientConnection.create(SSHClientConnection.java:49)
>     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:195)
>     at org.jclouds.sshj.SshjSshClient.connect(SshjSshClient.java:224)
>     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:212)
>     at
> org.jclouds.sshj.SshjSshClient$PutConnection.create(SshjSshClient.java:320)
>     at
> org.jclouds.sshj.SshjSshClient$PutConnection.create(SshjSshClient.java:298)
>     at org.jclouds.sshj.SshjSshClient.acquire(SshjSshClient.java:195)
>     at org.jclouds.sshj.SshjSshClient.put(SshjSshClient.java:355)
>     at org.jclouds.sshj.SshjSshClient.put(SshjSshClient.java:171)
>
> Does anyone know how can I fix this problem ?
>
> Regards
> Ruben
>