Guava is a non-optional dependency.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6236 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2010-10-24 01:46:15 +00:00
parent 5d0789df59
commit 8533703525
+6
View File
@@ -59,6 +59,12 @@
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>r05</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId>