aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch
blob: 50a38c601ea3f66a7787376ca2cc19d399979350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From 1aa9457a8545624da4c45927f2819d00d7e9b90e 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 79498ae3..35cf290d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,19 @@
     </pluginRepositories>
 
     <dependencies>
+        <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>
         <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
-- 
2.34.0