Skip to content

Commit

Permalink
Remove unneeded exposed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Dec 2, 2023
1 parent f51e32f commit 4df6469
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down

0 comments on commit 4df6469

Please sign in to comment.