mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
31 lines
898 B
Diff
31 lines
898 B
Diff
From 2697b81bd9a9a950ee06d717150e9dbe3d3339fb Mon Sep 17 00:00:00 2001
|
|
From: md_5 <git@md-5.net>
|
|
Date: Fri, 12 Sep 2014 18:20:53 -0700
|
|
Subject: [PATCH] Spigot Update - 20140911a
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index ec56492..4bfca82 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -86,6 +86,16 @@
|
|
<version>1.8-SNAPSHOT</version>
|
|
<type>jar</type>
|
|
<scope>compile</scope>
|
|
+ <exclusions>
|
|
+ <exclusion>
|
|
+ <groupId>com.google.code.gson</groupId>
|
|
+ <artifactId>gson</artifactId>
|
|
+ </exclusion>
|
|
+ <exclusion>
|
|
+ <groupId>net.sf.trove4j</groupId>
|
|
+ <artifactId>trove4j</artifactId>
|
|
+ </exclusion>
|
|
+ </exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.yaml</groupId>
|
|
--
|
|
1.9.4.msysgit.0
|
|
|