Skip to content

Commit

Permalink
chore: remove empty lib (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Jan 17, 2025
1 parent 05e2398 commit 870f402
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion core/identity-hub-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies {
api(project(":spi:keypair-spi"))
api(project(":spi:participant-context-spi"))
api(project(":spi:did-spi"))
implementation(project(":core:lib:verifiable-presentation-lib"))
implementation(project(":core:lib:accesstoken-lib"))
implementation(libs.edc.spi.dcp) //SignatureSuiteRegistry
implementation(libs.edc.spi.jwt.signer)
Expand Down
22 changes: 0 additions & 22 deletions core/lib/verifiable-presentation-lib/build.gradle.kts

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ include(":core:identity-hub-keypairs")
include(":core:identity-hub-did")

// lib modules
include(":core:lib:verifiable-presentation-lib")
include(":core:lib:keypair-lib")
include(":core:lib:accesstoken-lib")

Expand Down

0 comments on commit 870f402

Please sign in to comment.