Remove Trove usage temporarily due to shading issues with Gradle build.

This commit is contained in:
sk89q
2014-07-23 16:20:43 -07:00
parent b752604c03
commit 5dd7b83940
3 changed files with 7 additions and 9 deletions

10
pom.xml
View File

@@ -151,12 +151,12 @@
</dependency>
<!-- Optimized collections -->
<dependency>
<!--<dependency>
<groupId>net.sf.trove4j</groupId>
<artifactId>trove4j</artifactId>
<version>3.0.3</version>
<optional>true</optional>
</dependency>
</dependency> disabled until we can shadow this in Forge -->
<!-- @Nullable etc. -->
<dependency>
@@ -381,14 +381,14 @@
<include>com.sk89q:jchronic</include>
<include>com.thoughtworks.paranamer:paranamer</include>
<include>com.google.code.gson:gson</include>
<include>net.sf.trove4j:trove4j</include>
<!-- <include>net.sf.trove4j:trove4j</include> -->
</includes>
</artifactSet>
<relocations>
<relocation>
<!-- <relocation>
<pattern>gnu.trove</pattern>
<shadedPattern>com.sk89q.worldedit.internal.trove</shadedPattern>
</relocation>
</relocation> -->
<relocation>
<pattern>com.google.gson</pattern>
<shadedPattern>com.sk89q.worldedit.internal.gson</shadedPattern>