2019-06-25 15:55:44 +02:00
|
|
|
From fa8d0d47698759ed68d4d63544b943369a5fa77c Mon Sep 17 00:00:00 2001
|
2018-10-04 03:18:47 +02: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-06-25 15:55:44 +02:00
|
|
|
index a85aaa1a..e65cbc15 100644
|
2018-10-04 03:18:47 +02:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2019-06-25 15:55:44 +02:00
|
|
|
@@ -50,6 +50,12 @@
|
2018-10-04 03:18:47 +02: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-06-25 03:47:58 +02:00
|
|
|
2.22.0
|
2018-10-04 03:18:47 +02:00
|
|
|
|