eclipse-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
58 stars 167 forks source link

fix: add missing JWT credentials dependency #117

Closed ronjaquensel closed 1 year ago

ronjaquensel commented 1 year ago

What this PR changes/adds

Adds a dependency on the identity-hub-credentials-jwt module to both launchers (connector and registrationservice).

Why it does that

Due to the missing dependency registration of verifiable crendentials at the Identity Hub failed. Thus, the catalog browser was always empty.

Checklist