Skip to content

Commit

Permalink
fix: use correct SQL dep in BOM (eclipse-edc#4601)
Browse files Browse the repository at this point in the history
fix: use correct sql-pool dependency
  • Loading branch information
paullatzelsperger authored Nov 4, 2024
1 parent 5e182b4 commit fff3c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion dist/bom/dataplane-feature-sql-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 fff3c9e

Please sign in to comment.