aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch')
-rw-r--r--Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch b/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch
index df25c25732..50a38c601e 100644
--- a/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch
+++ b/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch
@@ -1,17 +1,18 @@
-From 95be64b105c7cc5e412441b55ef5257a9aacb660 Mon Sep 17 00:00:00 2001
+From 1aa9457a8545624da4c45927f2819d00d7e9b90e Mon Sep 17 00:00:00 2001
From: Aikar <[email protected]>
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 a03865f..597f65c 100644
+index 79498ae3..35cf290d 100644
--- a/pom.xml
+++ b/pom.xml
-@@ -48,6 +48,19 @@
+@@ -47,6 +47,19 @@
+ </pluginRepositories>
<dependencies>
- <dependency>
++ <dependency>
+ <groupId>net.sf.trove4j</groupId>
+ <artifactId>trove4j</artifactId>
+ <version>3.0.3</version>
@@ -24,10 +25,9 @@ index a03865f..597f65c 100644
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
-+ <dependency>
+ <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.6</version>
--
-2.8.0
+2.34.0