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

Andrei Savu commented on WHIRR-400:
-----------------------------------

Are you sure the Nullable import change is needed? I've been able to build the 
project without.

My change looks like this:

{code}
diff --git a/pom.xml b/pom.xml
index 8682d30..2bff0d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
   </modules>
 
   <properties>
-    <jclouds.version>1.1.1</jclouds.version>
+    <jclouds.version>1.2.1</jclouds.version>
   </properties>
 
   <dependencyManagement>
@@ -61,7 +61,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>r09</version>
+        <version>10.0.1</version>
       </dependency>
       <dependency>
         <groupId>ca.juliusdavies</groupId>
{code}

HBase integration tests are passing on aws-ec2 and cloudservers-us. 

                
> Upgrade to jclouds 1.2.1
> ------------------------
>
>                 Key: WHIRR-400
>                 URL: https://issues.apache.org/jira/browse/WHIRR-400
>             Project: Whirr
>          Issue Type: Improvement
>            Reporter: Andrei Savu
>            Assignee: Andrei Savu
>             Fix For: 0.7.0
>
>         Attachments: WHIRR-400.patch
>
>
> Jclouds 1.2.1 was released today.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to