From 7ab86f2af978e35f75625f9126a774f496c2d094 Mon Sep 17 00:00:00 2001 From: Jikoo Date: Mon, 22 Mar 2021 12:20:58 -0400 Subject: [PATCH] Fix build --- api/pom.xml | 15 --------------- plugin/pom.xml | 6 ------ pom.xml | 15 +++++++++++++++ 3 files changed, 15 insertions(+), 21 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 9b5d9ba..dfba6c4 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -27,21 +27,6 @@ openinvapi OpenInvAPI - - - org.jetbrains - annotations - 17.0.0 - provided - - - org.spigotmc - spigot-api - 1.16.5-R0.1-SNAPSHOT - provided - - - diff --git a/plugin/pom.xml b/plugin/pom.xml index 25ea5ce..e926663 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -33,12 +33,6 @@ openinvapi 4.1.7-SNAPSHOT - - org.spigotmc - spigot-api - 1.15.2-R0.1-SNAPSHOT - provided - diff --git a/pom.xml b/pom.xml index b7b97b6..0101a38 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,21 @@ + + + org.jetbrains + annotations + 17.0.0 + provided + + + org.spigotmc + spigot-api + 1.16.5-R0.1-SNAPSHOT + provided + + +