Skip to content

Commit

Permalink
chore: move SQL did store to extensions/
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Dec 11, 2023
1 parent eb7b540 commit dfd4b8a
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
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 dfd4b8a

Please sign in to comment.