Paper/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch

34 lines
963 B
Diff
Raw Normal View History

2017-08-12 21:32:01 +00:00
From 748238d525ac30269377a8ebd87d25324867d2db Mon Sep 17 00:00:00 2001
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
index 360d2f08..c6bdf44e 100644
--- a/pom.xml
+++ b/pom.xml
2017-08-12 21:32:01 +00:00
@@ -56,6 +56,19 @@
<dependencies>
2017-08-12 21:32:01 +00:00
<dependency>
+ <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-12 21:32:01 +00:00
+ <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
2017-08-12 21:32:01 +00:00
<version>2.6</version>
--
2017-08-12 21:32:01 +00:00
2.13.4