Skip to content

Commit

Permalink
fix(bom): add missing JTI validation store dep to the SQL BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Nov 5, 2024
1 parent 7f5e892 commit f10c1f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/bom/identityhub-feature-sql-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
api(libs.edc.sql.pool)
api(libs.edc.sql.transactionlocal)
api(libs.edc.sql.bootstrapper)
api(libs.edc.sql.jtivdalidation)

// third-party deps
api(libs.postgres)
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ edc-sql-pool = { module = "org.eclipse.edc:sql-pool-apache-commons", version.ref
edc-sql-bootstrapper = { module = "org.eclipse.edc:sql-bootstrapper", version.ref = "edc" }
edc-sql-transactionlocal = { module = "org.eclipse.edc:transaction-local", version.ref = "edc" }
edc-sql-ih-stsstore-sql = { module = "org.eclipse.edc:sts-client-store-sql", version.ref = "edc" }
edc-sql-jtivdalidation = { module = "org.eclipse.edc:jti-validation-store-sql", version.ref = "edc" }


# EDC STS dependencies
edc-sts-spi = { module = "org.eclipse.edc:identity-trust-sts-spi", version.ref = "edc" }
Expand Down

0 comments on commit f10c1f1

Please sign in to comment.