[ 
https://issues.apache.org/jira/browse/WHIRR-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085391#comment-13085391
 ] 

Adrian Cole commented on WHIRR-361:
-----------------------------------

ahh this isn't about google collections, rather an old version of guava.  
something is designating guava-r05, as the following is in the mvn 
dependency:tree output


[INFO] org.apache.whirr:whirr-hbase:jar:0.6.0-incubating-SNAPSHOT
[INFO] +- org.apache.whirr:whirr-core:jar:0.6.0-incubating-SNAPSHOT:compile
[INFO] |  +- ca.juliusdavies:not-yet-commons-ssl:jar:0.3.11:compile
[INFO] |  +- org.jclouds:jclouds-compute:jar:1.1.0:compile
[INFO] |  |  +- org.jclouds:jclouds-scriptbuilder:jar:1.1.0:compile
[INFO] |  |  \- org.jclouds:jclouds-core:jar:1.1.0:compile
[INFO] |  |     +- net.oauth.core:oauth:jar:20100527:compile
[INFO] |  |     +- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  |     +- com.sun.jersey:jersey-core:jar:1.1.5.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.code.gson:gson:jar:1.7.1:compile
[INFO] |  |     +- com.google.guava:guava:jar:r05:compile
--snip--

> refactor jclouds dependencies
> -----------------------------
>
>                 Key: WHIRR-361
>                 URL: https://issues.apache.org/jira/browse/WHIRR-361
>             Project: Whirr
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.6.0
>            Reporter: Adrian Cole
>            Assignee: Adrian Cole
>            Priority: Blocker
>             Fix For: 0.6.0
>
>         Attachments: WHIRR-361.patch, 
> org.apache.whirr.service.hbase.integration.HBase089ServiceTest.txt
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> There are a few problems in our maven configuration, and a couple places 
> where we aren't using the best jclouds configuration.
>   * in our pom files, we needlessly declare transitive dependencies modules.  
> this is unnecessary maintenance, as jclouds version/dependency configuration 
> is scoped to whirr core
>   * we've switched to SLF4J, yet haven't configured jclouds to use it
>   * especially considering we are uploading large blobs, we should be using 
> the jclouds EnterpriseConfigurationModule which handles file slicing much 
> more effectively.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to