Skip to content

Commit

Permalink
Update mysql/build.gradle.kts
Browse files Browse the repository at this point in the history
Co-authored-by: Yongshun Shreck Ye <[email protected]>
  • Loading branch information
waste-of-kindergarten and ShreckYe authored Jan 18, 2025
1 parent f54e251 commit 48cff78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ plugins {
dependencies {
with(commonDependencies.vertx) { implementation(platformStackDepchain()) } // needed
implementation(cpnProject(project, ":core"))
implementation("com.mysql:mysql-connector-j:9.1.0")
// TODO remove the Exposed JDBC dependency and the PostgresSQL dependency when there is no need to to generate SQLs with an Exposed transaction
// TODO remove the Exposed JDBC dependency and the MySQL dependency when there is no need to to generate SQLs with an Exposed transaction
runtimeOnly(commonDependencies.exposed.module("jdbc"))
implementation("com.mysql:mysql-connector-j:9.1.0")
implementation(commonDependencies.vertx.moduleWithoutVersion("mysql-client"))
implementation(commonDependencies.kotlinCommon.core()) // for `Untested`
// implementation(commonDependencies.kotlinCommon.vertx()) // for `PgPoolOptions.setUpConventionally`
Expand Down

0 comments on commit 48cff78

Please sign in to comment.