forked from eclipse-edc/MinimumViableDataspace
-
Notifications
You must be signed in to change notification settings - Fork 2
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
MVD Dependency Management #30
Comments
4 tasks
This was referenced Jun 23, 2022
Closed
cpeeyush
added a commit
that referenced
this issue
Jul 27, 2022
* Cloud Deployment: Fix MVD cloud deployment health check failure (#217) * Update liveness check * Update liveness check * Upgrade curl * Update * upgrade curl * Update * update liveness probe * Update deployment/curl-upgrade.sh Co-authored-by: Izabela Kulakowska <ikulakowska@microsoft.com> * Fix typo Co-authored-by: Izabela Kulakowska <ikulakowska@microsoft.com> Co-authored-by: Max Zeier <33636338+zeier@users.noreply.github.com> * terraform fmt Co-authored-by: Izabela Kulakowska <ikulakowska@microsoft.com> Co-authored-by: Max Zeier <33636338+zeier@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The MVD has dependencies to several components that reside in individual repositories:
The current approach is to check out and build the corresponding components when the MVD is deployed.
The goal of this feature is to define and implement a dependency management process, which leverages Maven artifacts at least for some of the dependencies. The dependency management process should allow to better manage dependencies once the basic components are in place.
The MVD should also use the published EDC artifacts, to demonstrate how ECD artefacts can be consumed.
Acceptance Criteria
Stories
The text was updated successfully, but these errors were encountered: