diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..60a8f03 --- /dev/null +++ b/pom.xml @@ -0,0 +1,107 @@ + + + 4.0.0 + + net.viper.bungee + StatusAPI + 4.1.3 + jar + + StatusAPI + BungeeCord Status API Plugin + + + 8 + 8 + UTF-8 + + + + + + net.md-5 + bungeecord-api + 1.20 + system + ${project.basedir}/lib/BungeeCord.jar + + + + + net.luckperms + api + 5.4 + provided + 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 + + + + src/main/resources + 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