Use guava 11.0.1.

Hmm, the main pom for this project references neither samskivert nor guava.
Maybe it depends on depot dragging them in?


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6765 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2012-01-10 21:07:20 +00:00
parent db54048345
commit 92f0879305
+1 -1
View File
@@ -19,7 +19,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>10.0</version>
<version>11.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>