summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDinnerbone <dinnerbone@dinnerbone.com>2011-07-15 18:28:09 +0100
committerDinnerbone <dinnerbone@dinnerbone.com>2011-07-15 20:52:54 +0100
commita507add4ea94d2000f67285029eb8c3f9298215c (patch)
treef9b6bf58bc7e158af23304976fcebd9d7b310563 /pom.xml
parent0bd535e054b50ede75da54e55f1c1c5487604a4f (diff)
downloadcraftbukkit-a507add4ea94d2000f67285029eb8c3f9298215c.tar
craftbukkit-a507add4ea94d2000f67285029eb8c3f9298215c.tar.gz
craftbukkit-a507add4ea94d2000f67285029eb8c3f9298215c.tar.lz
craftbukkit-a507add4ea94d2000f67285029eb8c3f9298215c.tar.xz
craftbukkit-a507add4ea94d2000f67285029eb8c3f9298215c.zip
Fixed huge memory leak (gigabytes/hour!) by placing a bukkit under the ceiling.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7917f3db..782053d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,11 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava-collections</artifactId>
+ <version>r03</version>
+ </dependency>
</dependencies>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
<build>