-
Notifications
You must be signed in to change notification settings - Fork 61
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: add missing edc-control-plane-api-client dependency #134
Conversation
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.
'We are always happy to welcome new contributors ❤️ To make things easier for everyone, please - make sure to follow our contribution guidelines, - check if you have already signed the ECA, and - relate this pull request to an existing issue or discussion.'
Hi @talele08 thanks for this PR. pleas sign the Eclipse ECA |
I have signed the Eclipse ECA |
the check still fails, please verify that the email on commits it's the same you used for the ECA registration Thanks |
Thanks for pointing it out. I have resolved it, ECA check is now successful |
@talele08 you need to give to the PR a name that conforms with the EDC PR etiquette |
I have renamed the PR |
…#134) add missing edc-control-plane-api-client dependency
…#134) (eclipse-edc#138) add missing edc-control-plane-api-client dependency
What this PR changes/adds
Add edc-control-plane-api-client to resolve boot issue when running the jar for transfer-06-consumer-pull-http
Why it does that
When running the jar following issues was coming:
org.eclipse.edc.spi.system.injection.EdcInjectionException: The following injected fields were not provided:
Field "transferProcessApiClient" of type [interface org.eclipse.edc.connector.api.client.spi.transferprocess.TransferProcessApiClient] required by org.eclipse.edc.connector.dataplane.framework.DataPlaneFrameworkExtension
To resolve it edc-control-plane-api-client is added as dependency
Linked Issue(s)
Closes # <-- insert Issue number if one exists