From 6e9efae222d30c9515378f1fc4bba7228d5c4401 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 20 Jun 2021 11:56:22 -0500 Subject: [PATCH] Fix build issues --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 4eaf873..2b7c045 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,11 @@ papermc https://papermc.io/repo/repository/maven-public/ + + + apache-snapshots + https://repository.apache.org/content/repositories/snapshots/ + @@ -30,6 +35,7 @@ 1.16.5-R0.1-SNAPSHOT provided + io.papermc paperlib @@ -44,12 +50,14 @@ 1.18.20 compile + org.json json 20210307 compile + commons-io commons-io @@ -57,6 +65,12 @@ compile + + org.apache.maven.plugins + maven-shade-plugin + 3.3.0-SNAPSHOT + +