2017-08-16 17:47:06 +02:00
|
|
|
From ccc005acdc20c3e802fd5148cb10b18c674b61a5 Mon Sep 17 00:00:00 2001
|
2016-04-01 06:18:18 +02:00
|
|
|
From: Aikar <aikar@aikar.co>
|
|
|
|
Date: Fri, 1 Apr 2016 00:02:47 -0400
|
|
|
|
Subject: [PATCH] add Trove and FastUtil to Bukkit
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2017-08-12 00:59:44 +02:00
|
|
|
index 360d2f08..c6bdf44e 100644
|
2016-04-01 06:18:18 +02:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2017-08-16 17:47:06 +02:00
|
|
|
@@ -55,6 +55,19 @@
|
|
|
|
</repositories>
|
2016-04-01 06:18:18 +02:00
|
|
|
|
|
|
|
<dependencies>
|
2017-08-16 17:47:06 +02:00
|
|
|
+ <dependency>
|
2016-04-01 06:18:18 +02:00
|
|
|
+ <groupId>net.sf.trove4j</groupId>
|
|
|
|
+ <artifactId>trove4j</artifactId>
|
|
|
|
+ <version>3.0.3</version>
|
|
|
|
+ <!-- Trove Provided by CraftBukkit -->
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>co.aikar</groupId>
|
|
|
|
+ <artifactId>fastutil-lite</artifactId>
|
|
|
|
+ <version>1.0</version>
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
+ </dependency>
|
2017-08-16 17:47:06 +02:00
|
|
|
<dependency>
|
2016-04-01 06:18:18 +02:00
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
--
|
2017-08-16 17:47:06 +02:00
|
|
|
2.14.1
|
2016-04-01 06:18:18 +02:00
|
|
|
|