From 37664b72ca4945991909c9b7c0dca6eb995af402 Mon Sep 17 00:00:00 2001 From: NichtStudioCode <51272202+NichtStudioCode@users.noreply.github.com> Date: Sat, 12 Jun 2021 21:15:25 +0200 Subject: [PATCH] Fixed pom --- InvUI/pom.xml | 13 +------------ InventoryAccess/1_17_R1/pom.xml | 7 ------- InventoryAccess/api/pom.xml | 7 ------- pom.xml | 17 ++++++++++++++++- 4 files changed, 17 insertions(+), 27 deletions(-) diff --git a/InvUI/pom.xml b/InvUI/pom.xml index c16f958..8ec8db7 100644 --- a/InvUI/pom.xml +++ b/InvUI/pom.xml @@ -18,17 +18,6 @@ 16 - - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - - - minecraft-repo - https://libraries.minecraft.net/ - - - org.jetbrains @@ -38,7 +27,7 @@ org.spigotmc - spigot + spigot-api 1.17-R0.1-SNAPSHOT provided diff --git a/InventoryAccess/1_17_R1/pom.xml b/InventoryAccess/1_17_R1/pom.xml index 4b6f6dc..e5b39a7 100644 --- a/InventoryAccess/1_17_R1/pom.xml +++ b/InventoryAccess/1_17_R1/pom.xml @@ -16,13 +16,6 @@ 16 16 - - - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - - diff --git a/InventoryAccess/api/pom.xml b/InventoryAccess/api/pom.xml index 07c61cd..b533194 100644 --- a/InventoryAccess/api/pom.xml +++ b/InventoryAccess/api/pom.xml @@ -16,13 +16,6 @@ 8 8 - - - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - - diff --git a/pom.xml b/pom.xml index 8995866..73386fd 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,22 @@ InvUI-Parent 0.1-SNAPSHOT pom - + + + + nms-repo + https://repo.codemc.org/repository/nms/ + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + minecraft-repo + https://libraries.minecraft.net/ + + + InventoryAccess/1_14_R1 InventoryAccess/1_15_R1