Skip to content

Commit

Permalink
Update "mysql/build.gradle.kts" to be consistent with "postgresql/bui…
Browse files Browse the repository at this point in the history
…ld.gradle.kts"
  • Loading branch information
ShreckYe committed Jan 18, 2025
1 parent 2def01b commit 6d74537
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,11 +7,11 @@ plugins {
dependencies {
with(commonDependencies.vertx) { implementation(platformStackDepchain()) } // needed
implementation(cpnProject(project, ":core"))

// 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`
// this seems to be needed as mentioned in vertx-mysql-client
//implementation(commonDependencies.kotlinCommon.vertx()) // for `MySQLPoolOptions.setUpConventionally`
}

0 comments on commit 6d74537

Please sign in to comment.