On Fri, May 23, 2014 at 05:42:07AM +0200, Andrew Phillips wrote: > Hi Filipe > > >Taking out the aws dependency at pom.xml I have other error > > You're on the right path taking out AWS - you shouldn't need that > for the filesystem provider. The error looks very much like a > dependency conflict, perhaps caused by that other Gson library you > mentioned. > > Could you run mvn dependency:tree and put the result in a Gist or Pastie? > > Regards > > ap
Filipe asked the same question here, including his pom.xml: http://stackoverflow.com/questions/23812803/jclouds-filesystem-example/23819430#23819430 I attached the output of mvn dependency:tree. -- Andrew Gaul http://gaul.org/
[INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Target 2.5-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.4:tree (default-cli) @ target --- [INFO] org.jscsi:target:jar:2.5-SNAPSHOT [INFO] +- mysql:mysql-connector-java:jar:5.1.6:compile [INFO] +- org.springframework:spring-core:jar:3.2.2.RELEASE:compile [INFO] | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] +- org.springframework:spring-context:jar:3.2.2.RELEASE:compile [INFO] | \- org.springframework:spring-expression:jar:3.2.2.RELEASE:compile [INFO] +- org.springframework:spring-aop:jar:3.2.2.RELEASE:compile [INFO] | \- aopalliance:aopalliance:jar:1.0:compile [INFO] +- org.springframework:spring-beans:jar:3.2.2.RELEASE:compile [INFO] +- org.springframework:spring-test:jar:3.2.2.RELEASE:compile [INFO] +- org.springframework.batch:spring-batch-core:jar:2.2.0.RELEASE:compile [INFO] | +- com.thoughtworks.xstream:xstream:jar:1.3:compile [INFO] | | \- xpp3:xpp3_min:jar:1.1.4c:compile [INFO] | +- org.codehaus.jettison:jettison:jar:1.1:compile [INFO] | \- org.springframework:spring-tx:jar:3.2.0.RELEASE:compile [INFO] +- org.springframework.batch:spring-batch-infrastructure:jar:2.2.0.RELEASE:compile [INFO] | \- org.springframework.retry:spring-retry:jar:1.0.2.RELEASE:compile [INFO] +- org.jscsi:commons:jar:2.5:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.7.2:compile [INFO] | +- org.slf4j:slf4j-simple:jar:1.7.2:compile [INFO] | +- com.google.guava:guava:jar:14.0:compile [INFO] | \- org.aspectj:aspectjrt:jar:1.7.2:compile [INFO] +- org.mockito:mockito-core:jar:1.9.5-rc1:test [INFO] | +- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] | \- org.objenesis:objenesis:jar:1.0:test [INFO] +- org.hibernate:ejb3-persistence:jar:1.0.2.GA:compile [INFO] +- org.hibernate:hibernate-core:jar:3.3.1.GA:compile [INFO] | +- antlr:antlr:jar:2.7.6:compile [INFO] | +- commons-collections:commons-collections:jar:3.1:compile [INFO] | +- dom4j:dom4j:jar:1.6.1:compile [INFO] | \- javax.transaction:jta:jar:1.1:compile [INFO] +- org.hibernate:hibernate-annotations:jar:3.3.1.GA:compile [INFO] | +- org.hibernate:hibernate:jar:3.2.6.ga:compile [INFO] | | +- net.sf.ehcache:ehcache:jar:1.2.3:compile [INFO] | | +- asm:asm-attrs:jar:1.5.3:compile [INFO] | | \- asm:asm:jar:1.5.3:compile [INFO] | \- org.hibernate:hibernate-commons-annotations:jar:3.0.0.ga:compile [INFO] +- c3p0:c3p0:jar:0.9.1.2:compile [INFO] +- commons-io:commons-io:jar:2.4:compile [INFO] +- log4j:apache-log4j-extras:jar:1.2.17:compile [INFO] | \- log4j:log4j:jar:1.2.17:compile [INFO] +- org.apache.jclouds:jclouds-blobstore:jar:1.7.2:compile [INFO] | \- org.apache.jclouds:jclouds-core:jar:1.7.2: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] | +- org.99soft.guice:rocoto:jar:6.2:compile [INFO] | +- javax.inject:javax.inject:jar:1:compile [INFO] | +- javax.annotation:jsr250-api:jar:1.0:compile [INFO] | \- com.google.code.gson:gson:jar:2.2.4:compile [INFO] \- org.apache.jclouds.api:filesystem:jar:1.7.2:compile [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.240s [INFO] Finished at: Thu May 22 20:44:21 PDT 2014 [INFO] Final Memory: 10M/180M [INFO] ------------------------------------------------------------------------
