Skip to content

Commit

Permalink
Merge pull request #181 from catenax-ng/bugfix/sql-pool-issue
Browse files Browse the repository at this point in the history
fix: Issue with sql pool
  • Loading branch information
Siegfriedk authored Apr 5, 2023
2 parents a6a8300 + 2025d3b commit f2a63e9
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 f2a63e9

Please sign in to comment.