Added Guava... for now.

We have to check to some serious breakage across the board before we can
release.
This commit is contained in:
sk89q 2014-03-27 19:56:39 -07:00
parent dbb7b085f0
commit 377182da5f

View File

@ -126,6 +126,14 @@
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>10.0.1</version>
<scope>compile</scope>
<type>jar</type>
</dependency>
<dependency> <!-- NMS blocks --> <dependency> <!-- NMS blocks -->
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId> <artifactId>craftbukkit</artifactId>