From 1383e451f132da088905afe6559a92fbd4275c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Thu, 25 Jun 2020 23:24:39 +0200 Subject: [PATCH] optimized dependencies for JAR file size (8.6MB -> 7.8MB) --- pom.xml | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 533c6a57..89826c51 100644 --- a/pom.xml +++ b/pom.xml @@ -99,12 +99,6 @@ 1.3 compile - - com.mojang - brigadier - 1.0.14 - compile - com.github.stefvanschie.inventoryframework IF @@ -138,11 +132,6 @@ - - org.ocpsoft.prettytime - prettytime - 4.0.0.Final - net.milkbowl.vault VaultAPI @@ -297,8 +286,12 @@ compile - gson - com.google.code.gson + * + shaded + + + * + gson @@ -350,12 +343,6 @@ - - com.google.code.gson - gson - 2.8.5 - compile - me.clip placeholderapi @@ -398,6 +385,12 @@ authlib 1.5.21 compile + + + org.apache.logging.log4j + * + + me.rayzr522