mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 14:33:09 +01:00
30 lines
961 B
Diff
30 lines
961 B
Diff
From 0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -0,0 +0,0 @@
|
|
<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
|
|
|