2020-05-06 11:48:49 +02:00
|
|
|
From 0000000000000000000000000000000000000000 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
|
2020-11-18 04:45:18 +01:00
|
|
|
index db8ebc72f9ddfb33a3aa3d2e0366ef4f6f324567..30253c7c0da5c5940fab16df0f118e1b167712e8 100644
|
2018-10-04 03:18:47 +02:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2019-07-20 06:01:24 +02:00
|
|
|
@@ -49,6 +49,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>
|