Skip to content

Commit

Permalink
Comment out a dependency that's no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 27, 2024
1 parent c1ab4a8 commit 0c5fe28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies {
runtimeOnly(commonDependencies.postgreSql())
implementation(commonDependencies.vertx.moduleWithoutVersion("pg-client"))
implementation(commonDependencies.kotlinCommon.core()) // for `Untested`
implementation(commonDependencies.kotlinCommon.vertx()) // for `PgPoolOptions.setUpConventionally`
//implementation(commonDependencies.kotlinCommon.vertx()) // for `PgPoolOptions.setUpConventionally`
}

0 comments on commit 0c5fe28

Please sign in to comment.