Remove dependencies

Update checker has been rewritten to use Java-native HTTP classes to fetch details and remove the redundant JSON dependency in favour of GSON which is already included
This commit is contained in:
ncurran02
2026-05-14 11:16:11 +10:00
parent 33d6df3029
commit f19ac597fb
2 changed files with 32 additions and 35 deletions
-2
View File
@@ -14,12 +14,10 @@ repositories {
dependencies {
library("org.projectlombok:lombok:1.18.46")
library("org.json:json:20251224")
library("commons-io:commons-io:2.22.0")
library("redis.clients:jedis:7.5.0")
library("org.mariadb.jdbc:mariadb-java-client:3.5.8")
library("com.zaxxer:HikariCP:7.0.2")
library("org.apache.maven.resolver:maven-resolver-transport-http:1.9.27")
library("org.jetbrains:annotations:26.1.0")
compileOnly("io.papermc.paper:paper-api:26.1.2.build.+")
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") {