mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-08 03:39:48 +01:00
34 lines
954 B
Diff
34 lines
954 B
Diff
From ce4d9c868afb8ddb4fd84b26873509fffbde8de7 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 2a5846a1..d6cf92d1 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -43,6 +43,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.19.0
|
|
|