Remove unused database driver dependencies

Removed unused database driver dependencies.
This commit is contained in:
InvBoy
2026-01-27 23:00:05 -03:00
committed by GitHub
parent b2045653ef
commit b0d6afbd4c

View File

@@ -52,10 +52,8 @@ dependencies {
if (hasHytaleHome) {
runtimeOnly(files("$hytaleHome/install/$patchline/package/game/latest/Server/HytaleServer.jar"))
}
implementation('org.xerial:sqlite-jdbc:3.51.1.0')
implementation('com.j256.ormlite:ormlite-jdbc:6.1')
implementation('org.postgresql:postgresql:42.7.3')
implementation('com.mysql:mysql-connector-j:9.1.0')
// Your dependencies here
}
repositories {