Issues Building MinimumViableDataspace – Missing org.eclipse.edc Dependencies #436
Unanswered
Juanalbertw
asked this question in
Q&A
Replies: 1 comment 1 reply
-
we forgot to bump the version of some internal dependencies. should be fixed with 31f6450. @Juanalbertw could you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm trying to build MinimumViableDataspace, but I'm encountering dependency resolution issues.
In IntelliJ deployment, I got the error:
Module not found for
org.eclipse.edc.boot.system.runtime.BaseRuntime
In Kubernetes deployment, when running
./gradlew build
, I got the following error:I've already tried:
./gradlew build --refresh-dependencies
Has anyone faced this issue before? Any help would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions