Repository: jclouds-karaf Updated Branches: refs/heads/master a2d2f2edb -> 178cb520e
JCLOUDS-653: Upgrade to Guava 18.0-rc1 Release notes: https://code.google.com/p/guava-libraries/wiki/Release18 Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/178cb520 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/178cb520 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/178cb520 Branch: refs/heads/master Commit: 178cb520e877e86be1ac35b37ed9f25cb36c5c56 Parents: a2d2f2e Author: Andrew Gaul <[email protected]> Authored: Fri Aug 8 11:10:57 2014 -0700 Committer: Andrew Gaul <[email protected]> Committed: Fri Aug 8 11:10:57 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/178cb520/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f6a9b46..e3c8c24 100644 --- a/pom.xml +++ b/pom.xml @@ -188,7 +188,7 @@ limitations under the License. <felix.configadmin.version>1.2.8</felix.configadmin.version> <groovy.version>1.8.6</groovy.version> <gson.version>2.2.2</gson.version> - <guava.version>17.0</guava.version> + <guava.version>18.0-rc1</guava.version> <guava.test.version>10.0</guava.test.version> <guice.version>3.0</guice.version> <httpclient.version>4.1.1</httpclient.version>
