From 4df6469eccf020a51fc8ba2e660cae094d75e648 Mon Sep 17 00:00:00 2001 From: Erdragh Date: Sat, 2 Dec 2023 10:33:11 +0100 Subject: [PATCH] Remove unneeded exposed dependencies --- build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index fa4a528..89d736b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,15 +70,11 @@ subprojects { } implementation("org.jetbrains.exposed:exposed-core:$exposedVersion") - implementation("org.jetbrains.exposed:exposed-crypt:$exposedVersion") implementation("org.jetbrains.exposed:exposed-dao:$exposedVersion") implementation("org.jetbrains.exposed:exposed-jdbc:$exposedVersion") implementation("org.jetbrains.exposed:exposed-kotlin-datetime:$exposedVersion") - implementation("org.jetbrains.exposed:exposed-json:$exposedVersion") - implementation("org.jetbrains.exposed:exposed-money:$exposedVersion") - implementation("org.xerial:sqlite-jdbc:$sqliteJDBCVersion") }