Fixed huge memory leak (gigabytes/hour!) by placing a bukkit under the ceiling.

This commit is contained in:
Dinnerbone
2011-07-15 18:28:09 +01:00
parent 0bd535e054
commit a507add4ea
4 changed files with 11 additions and 272 deletions

View File

@@ -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>