Using trove collections for most internal stuff, using array access in BlockType and ItemType
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -90,6 +90,14 @@
|
||||
<artifactId>spoutapi</artifactId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.sf.trove4j</groupId>
|
||||
<artifactId>trove4j</artifactId>
|
||||
<version>3.0.2</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@@ -173,8 +181,10 @@
|
||||
<!-- We want to bundle in the modified jchronic library -->
|
||||
<includes>
|
||||
<include>com.sk89q:jchronic</include>
|
||||
<include>net.sf.trove4j:trove4j</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
Reference in New Issue
Block a user