From d686fee958045ee7751a2124cdf827151311f579 Mon Sep 17 00:00:00 2001 From: Git Manager GUI Date: Tue, 5 May 2026 21:03:25 +0200 Subject: [PATCH] Upload via Git Manager GUI --- pom.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) 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