From 1777f98fe247cdbc18d45a0b0294b3aba47a6402 Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Wed, 1 Jan 2020 12:50:53 +0000 Subject: [PATCH] Fix compile error for API 2.4.0 --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index 9f0558a4..25e768cb 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,30 @@ https://github.com/Rexcantor/Triton HEAD + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + bungeecord-repo + https://oss.sonatype.org/content/repositories/snapshots + + + + + org.spigotmc + spigot-api + 1.15.1-R0.1-SNAPSHOT + provided + + + net.md-5 + bungeecord-api + 1.15-SNAPSHOT + provided + + TritonAPI-v${project.version}