Update to Guava 11, change MapMaker/ConcurrentMap -> CacheBuilder/LoadingCache.

This commit is contained in:
Ray Greenwell
2012-01-05 20:34:14 +00:00
parent 9838e4922c
commit 73c111c20b
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>10.0</version>
<version>11.0</version>
<scope>compile</scope>
</dependency>
<dependency>