Skip to content

Commit

Permalink
Fix issue with sql pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncay Tunc committed Apr 5, 2023
1 parent 335453c commit 2025d3b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ dependencies {
runtimeOnly(project(":edc-extensions:postgresql-migration"))
runtimeOnly(edc.azure.vault)
runtimeOnly(edc.bundles.sqlstores)
runtimeOnly(edc.transaction.local)
runtimeOnly(edc.sql.pool)
runtimeOnly(edc.core.controlplane)
runtimeOnly(edc.dpf.transfer)

}


Expand Down

0 comments on commit 2025d3b

Please sign in to comment.