From fcbda069fcfe6a1d8c64d514c99308384d1af115 Mon Sep 17 00:00:00 2001 From: FatSaw Date: Mon, 20 Jun 2022 23:01:01 +0300 Subject: [PATCH 1/2] Update pom.xml --- sources/pom.xml | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/sources/pom.xml b/sources/pom.xml index 7ae67103a..b215199bd 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -30,7 +30,7 @@ io.netty netty-all - 4.1.76.Final + 4.1.78.Final compile @@ -117,7 +117,7 @@ com.lmax disruptor - 3.4.2 + 3.4.4 runtime @@ -154,7 +154,7 @@ com.github.ben-manes.caffeine caffeine - 2.6.3-SNAPSHOT + 2.9.3 @@ -163,10 +163,6 @@ elmakers-repo http://maven.elmakers.com/repository/ - - spigotmc-public - https://hub.spigotmc.org/nexus/content/groups/public/ - spongepowered-repo https://repo.spongepowered.org/maven/ @@ -203,8 +199,8 @@ - spigotmc-public - https://hub.spigotmc.org/nexus/content/groups/public/ + paper + https://papermc.io/repo/repository/maven-public/ @@ -245,6 +241,7 @@ Bukkit ${api.version} Bukkit Team + true @@ -272,7 +269,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.0 + 3.2.4 package @@ -281,6 +278,16 @@ ${project.build.directory}/dependency-reduced-pom.xml + + + + org.spigotmc:minecraft-server:** + + org/apache/logging/log4j/** + + + + @@ -312,7 +319,7 @@ META-INF/services/java.sql.Driver - + @@ -330,9 +337,9 @@ - com.github.edwgiz - maven-shade-plugin.log4j2-cachefile-transformer - 2.8.1 + io.github.edwgiz + log4j-maven-shade-plugin-extensions + 2.17.2 From 03bcac33d7c9327c861753ff161735d44c202491 Mon Sep 17 00:00:00 2001 From: FatSaw Date: Sun, 3 Jul 2022 18:05:12 +0300 Subject: [PATCH 2/2] Update pom.xml --- sources/pom.xml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/sources/pom.xml b/sources/pom.xml index b215199bd..17045dd48 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -134,7 +134,7 @@ 1.3 test - + io.akarin @@ -286,6 +286,14 @@ org/apache/logging/log4j/** + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + @@ -321,17 +329,6 @@ - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - -