JCLOUDS-653: Upgrade to Guava 18.0-rc1

Release notes:

https://code.google.com/p/guava-libraries/wiki/Release18
This commit is contained in:
Andrew Gaul 2014-08-05 15:36:26 -07:00
parent da2655ac82
commit f26431b3e7
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0</version>
<version>18.0-rc1</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>