diff options
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.patch | 14 |
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 da70825a68..9c44afa653 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 68c630ca51baec9eb6c20b206e7119fd72c9c854 Mon Sep 17 00:00:00 2001 +From d7d242b4076714d47f9c40bc749192767f794d1b 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 46df34d..5e5e5e4 100644 +index 0b6fd28c..a40cfb44 100644 --- a/pom.xml +++ b/pom.xml -@@ -55,6 +55,19 @@ +@@ -54,6 +54,19 @@ + </repositories> <dependencies> - <dependency> ++ <dependency> + <groupId>net.sf.trove4j</groupId> + <artifactId>trove4j</artifactId> + <version>3.0.3</version> @@ -24,10 +25,9 @@ index 46df34d..5e5e5e4 100644 + <version>1.0</version> + <scope>provided</scope> + </dependency> -+ <dependency> + <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.6</version> -- -2.9.0 +2.34.0 |