Skip to content

Commit

Permalink
Move all the code in the package postgresql into the "postgresql" m…
Browse files Browse the repository at this point in the history
…odule
  • Loading branch information
ShreckYe committed Nov 19, 2024
1 parent daf69d7 commit 2d7b2a5
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrated/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
with(commonDependencies.vertx) { implementation(platformStackDepchain()) } // needed

implementation(cpnProject(project, ":core"))

// for the examples
implementation(cpnProject(project, ":postgresql"))
implementation(cpnProject(project, ":sql-dsl"))
implementation("com.huanshankeji:exposed-adt-mapping:${DependencyVersions.exposedAdtMapping}")
implementation(cpnProject(project, ":sql-dsl-with-mapper"))
}
Expand Down
2 changes: 2 additions & 0 deletions postgresql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ dependencies {

runtimeOnly(commonDependencies.postgreSql())
implementation(commonDependencies.vertx.moduleWithoutVersion("pg-client"))
implementation(commonDependencies.kotlinCommon.core()) // for `Untested`
implementation(commonDependencies.kotlinCommon.vertx()) // for `PgPoolOptions.setUpConventionally`
}

0 comments on commit 2d7b2a5

Please sign in to comment.