Skip to content

Commit

Permalink
fix: use correct sql-pool dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Nov 4, 2024
1 parent 5e182b4 commit 381ad63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/bom/controlplane-feature-sql-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
api(project(":extensions:common:sql:sql-core"))
api(project(":extensions:common:sql:sql-bootstrapper"))
api(project(":extensions:common:sql:sql-lease"))
api(project(":extensions:common:sql:sql-pool"))
api(project(":extensions:common:sql:sql-pool:sql-pool-apache-commons"))
api(project(":extensions:common:transaction:transaction-local"))

// third-party deps
Expand Down

0 comments on commit 381ad63

Please sign in to comment.