2019-05-14 02:20:58 +00:00
|
|
|
From ba48d41f6fb7072f60e80b0bf683b3f1650b2aeb Mon Sep 17 00:00:00 2001
|
2018-10-04 01:18:47 +00:00
|
|
|
From: Aikar <aikar@aikar.co>
|
|
|
|
Date: Fri, 1 Apr 2016 00:02:47 -0400
|
|
|
|
Subject: [PATCH] Add FastUtil to Bukkit
|
|
|
|
|
|
|
|
Doesn't expose to plugins, just allows Paper-API to use it for optimization
|
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2019-05-14 02:20:58 +00:00
|
|
|
index 69866193..3dac66d3 100644
|
2018-10-04 01:18:47 +00:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2019-05-14 02:20:58 +00:00
|
|
|
@@ -50,6 +50,12 @@
|
2018-10-04 01:18:47 +00:00
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>it.unimi.dsi</groupId>
|
|
|
|
+ <artifactId>fastutil</artifactId>
|
|
|
|
+ <version>8.2.2</version>
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
+ </dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
--
|
2019-04-23 04:47:07 +00:00
|
|
|
2.21.0
|
2018-10-04 01:18:47 +00:00
|
|
|
|