udpate guava to 11.0.1 (it has some cache fixes that may affect ImageCache)

This commit is contained in:
slapshot5
2012-01-13 05:46:50 +00:00
parent d430fc180e
commit a19f1fb943

View File

@@ -673,7 +673,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>11.0</version>
<version>11.0.1</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>