JCLOUDS-534: Upgrade to Guava 17.0

Release notes:

https://code.google.com/p/guava-libraries/wiki/Release17
This commit is contained in:
Andrew Gaul 2014-05-06 17:23:37 -07:00
parent b112e8069e
commit 3f22f6738d
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-rc2</version>
<version>17.0</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>