2018-07-14 03:44:35 +02:00
|
|
|
From 36435f971c6a8da00ae28e14aae77a018dcda0b3 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
|
2018-07-14 03:44:35 +02:00
|
|
|
index cc8fca48..f5e8d49d 100644
|
2016-04-01 06:18:18 +02:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2018-07-14 03:44:35 +02:00
|
|
|
@@ -54,6 +54,19 @@
|
|
|
|
</pluginRepositories>
|
2016-04-01 06:18:18 +02:00
|
|
|
|
|
|
|
<dependencies>
|
2018-03-10 14:07:40 +01: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>
|
2018-03-10 14:07:40 +01:00
|
|
|
<dependency>
|
2016-04-01 06:18:18 +02:00
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
--
|
2018-07-14 03:44:35 +02:00
|
|
|
2.18.0
|
2016-04-01 06:18:18 +02:00
|
|
|
|