JCLOUDS-653: Upgrade to Guava 18.0

Release notes:

https://code.google.com/p/guava-libraries/wiki/Release18
This commit is contained in:
Andrew Gaul 2014-08-25 17:45:55 -07:00
parent ddd00a20de
commit 614f5194ef
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>18.0-rc1</version>
<version>18.0</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>