-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: compile errors after EDC token refactor #105
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #105 +/- ##
==========================================
- Coverage 63.71% 63.52% -0.19%
==========================================
Files 24 24
Lines 598 595 -3
Branches 30 30
==========================================
- Hits 381 378 -3
Misses 205 205
Partials 12 12 ☔ View full report in Codecov by Sentry. |
353db7b
to
ad820ed
Compare
ad820ed
to
28b11dc
Compare
@@ -37,7 +34,7 @@ | |||
/** | |||
* ServiceExtension instantiating and registering Vault object. | |||
*/ | |||
@Provides({ Vault.class, PrivateKeyResolver.class, CertificateResolver.class }) | |||
@Provides({ Vault.class }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be removed
What this PR changes/adds
Briefly describe WHAT your pr changes, which features it adds/modifies.
Why it does that
Briefly state why the change was necessary.
Further notes
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Linked Issue(s)
Closes # <-- insert Issue number if one exists