From 39192ba48c28c7f225fce3761f5cf9e7d1b8132f Mon Sep 17 00:00:00 2001 From: Jitse Boonstra Date: Sun, 5 May 2019 18:10:21 +0200 Subject: [PATCH] Updates commons pom file to allow per version development ... without the need to have all spigot versions in your local Maven repo --- commons/pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/commons/pom.xml b/commons/pom.xml index 3a1a63c..4866a5c 100755 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -27,12 +27,25 @@ --> + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + org.spigotmc - spigot + spigot-api 1.13.2-R0.1-SNAPSHOT provided + + io.netty + netty-all + 4.1.33.Final + provided +