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