gaul commented on a change in pull request #75: URL: https://github.com/apache/jclouds/pull/75#discussion_r439801269
########## File path: project/pom.xml ########## @@ -217,12 +217,12 @@ </developers> <properties> - <maven.compile.source>1.7</maven.compile.source> - <maven.compile.target>1.7</maven.compile.target> - <jdk.version>1.7</jdk.version> + <maven.compile.source>1.8</maven.compile.source> + <maven.compile.target>1.8</maven.compile.target> + <jdk.version>1.8</jdk.version> <maven.compile.deprecation>true</maven.compile.deprecation> <maven.site.url.base>gitsite:g...@github.com/jclouds/jclouds-maven-site.git</maven.site.url.base> - <guava.version>18.0</guava.version> + <guava.version>22.0</guava.version> Review comment: We could support 21.0 with some workarounds for `SimpleTimeLimiter` although this doesn't seem worth the effort. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org