Use guava 11.0

Cache -> LoadingCache
This commit is contained in:
Ray J. Greenwell
2011-12-19 17:54:23 -08:00
parent f94f95724c
commit 8fd065c9c1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>10.0</version>
<version>11.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>