diff --git a/pom.xml b/pom.xml
index 770120f..1ed1f15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,14 +38,34 @@
true
-
+
com.zaxxer
HikariCP
5.1.0
+ compile
+
+
+
+
+ com.mysql
+ mysql-connector-j
+ 9.1.0
+ compile
+
+
+ central
+ https://repo.maven.apache.org/maven2
+
+
+ luckperms
+ https://repo.luckperms.net/releases/
+
+
+
StatusAPI
@@ -55,6 +75,33 @@
false
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ 3.5.0
+
+
+ package
+ shade
+
+ false
+
+
+ com.zaxxer.hikari
+ net.viper.status.hikari
+
+
+ com.mysql
+ net.viper.status.mysql
+
+
+
+
+
+
+
\ No newline at end of file