Skip to content

Commit

Permalink
chore: move SQL did store to extensions/ (#193)
Browse files Browse the repository at this point in the history
* chore: move SQL did store to extensions/

* DEPENDENCIES
  • Loading branch information
paullatzelsperger authored Dec 11, 2023
1 parent eb7b540 commit 2f8b7d4
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ maven/mavencentral/org.ow2.asm/asm-tree/9.6, BSD-3-Clause, approved, #10773
maven/mavencentral/org.ow2.asm/asm/9.1, BSD-3-Clause, approved, CQ23029
maven/mavencentral/org.ow2.asm/asm/9.2, BSD-3-Clause, approved, CQ23635
maven/mavencentral/org.ow2.asm/asm/9.6, BSD-3-Clause, approved, #10776
maven/mavencentral/org.postgresql/postgresql/42.7.0, BSD-2-Clause AND LicenseRef-scancode-free-unknown AND Apache-2.0, restricted, #11681
maven/mavencentral/org.postgresql/postgresql/42.7.0, BSD-2-Clause AND Apache-2.0, approved, #11681
maven/mavencentral/org.reflections/reflections/0.10.2, Apache-2.0 AND WTFPL, approved, clearlydefined
maven/mavencentral/org.rnorth.duct-tape/duct-tape/1.0.8, MIT, approved, clearlydefined
maven/mavencentral/org.slf4j/slf4j-api/1.7.22, MIT, approved, CQ11943
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ include(":spi:identity-hub-did-spi")
include(":core:identity-hub-api")
include(":core:identity-hub-credentials")
include(":core:identity-hub-did")
include(":core:identity-hub-did-store-sql")

// extension modules
include(":extensions:cryptography:public-key-provider")
include(":extensions:store:sql:identity-hub-did-store-sql")

// other modules
include(":launcher")
Expand Down

0 comments on commit 2f8b7d4

Please sign in to comment.