ORMLite to JDBI

This commit is contained in:
2026-05-28 16:19:20 -04:00
parent 8b2ca5e072
commit 607595e3c2
25 changed files with 290 additions and 434 deletions
+1 -2
View File
@@ -28,8 +28,7 @@ dependencies {
library("org.postgresql:postgresql:42.7.11")
library("org.xerial:sqlite-jdbc:3.53.1.0")
library("com.zaxxer:HikariCP:7.0.2")
library("com.j256.ormlite:ormlite-core:6.1")
library("com.j256.ormlite:ormlite-jdbc:6.1")
library("org.jdbi:jdbi3-core:3.53.0")
library("org.jetbrains:annotations:26.1.0")
compileOnly("io.papermc.paper:paper-api:${paperApiVersion}.build.+")
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") {