From 64ac42df883eb2b1e7ef91bdeccc134c7d026bcf Mon Sep 17 00:00:00 2001 From: Dico200 Date: Wed, 15 Nov 2017 18:53:28 +0000 Subject: [PATCH] Add CommandManager to dependencies --- pom.xml | 63 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 48 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 65724e7..d8c3ecc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,19 +1,52 @@ 4.0.0 - Faucet + + com.redstoner Faucet - 0.0.1-SNAPSHOT - - src - - - maven-compiler-plugin - 3.6.1 - - - - - - - + 0.1 + + jar + + + 1.8 + 1.8 + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + + + + org.spigotmc + spigot-api + 1.12.2-R0.1-SNAPSHOT + provided + + + + org.bukkit + bukkit + 1.12.2-R0.1-SNAPSHOT + provided + + + + com.redstoner + ChatAPI + 0.1 + provided + + + + com.redstoner + CommandManager + 1.0 + provided + + \ No newline at end of file