From e4d261cb13e03d947474977c430a96d7b889c1de Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Fri, 3 May 2024 15:56:48 +0200 Subject: [PATCH] Adds POM relocations --- pom.xml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c4ab95f..610399e 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.4 + 3.3.0 package @@ -40,6 +40,16 @@ false + + + net.knarcraft.knarlib + net.knarcraft.minstrel.lib.knarlib + + + org.jetbrains.annotations + net.knarcraft.minstrel.lib.annotations + + net.knarcraft:knarlib @@ -47,6 +57,12 @@ net/knarcraft/knarlib/** + + org.jetbrains:annotations + + org/jetbrains/annotations/** + + *.MF @@ -100,13 +116,13 @@ org.spigotmc spigot-api - 1.20.1-R0.1-SNAPSHOT + 1.20.4-R0.1-SNAPSHOT provided net.knarcraft knarlib - 1.2.3 + 1.2.6 compile