diff --git a/sources/pom.xml b/sources/pom.xml index 7ae67103a..17045dd48 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 @@ -134,7 +134,7 @@ 1.3 test - + io.akarin @@ -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,24 @@ ${project.build.directory}/dependency-reduced-pom.xml + + + + org.spigotmc:minecraft-server:** + + org/apache/logging/log4j/** + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + @@ -312,27 +327,16 @@ META-INF/services/java.sql.Driver - + - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - com.github.edwgiz - maven-shade-plugin.log4j2-cachefile-transformer - 2.8.1 + io.github.edwgiz + log4j-maven-shade-plugin-extensions + 2.17.2