Remove unused database driver dependencies
Removed unused database driver dependencies.
This commit is contained in:
@@ -52,10 +52,8 @@ dependencies {
|
|||||||
if (hasHytaleHome) {
|
if (hasHytaleHome) {
|
||||||
runtimeOnly(files("$hytaleHome/install/$patchline/package/game/latest/Server/HytaleServer.jar"))
|
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')
|
// Your dependencies here
|
||||||
implementation('org.postgresql:postgresql:42.7.3')
|
|
||||||
implementation('com.mysql:mysql-connector-j:9.1.0')
|
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|||||||
Reference in New Issue
Block a user