-
Notifications
You must be signed in to change notification settings - Fork 29
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
Error when resolving dependencies during DataspaceConnector building #723
Comments
I am having the same issue |
I am also having the same problem, access to https://maven.iais.fraunhofer.de/artifactory/eis-ids-public is no longer working ... |
I am currently looking into how we can host and sort this out, if you're interested as a community we can try to solve this ASAP? |
Have you found the approach to solve this problem?I tried compiling the source code of the artifact from |
Most feasible solution seems to be to extract the jar files from Dataspace connector docker image (docker cp container_id:/ ./) and modify the jar files to not have links to the Fraunhover Maven repository. Connector pom.xml needs to be also modified and repository links to Fraunhover and Sovity removed (some libraries from Sovity link to that Fraunhover repo as well) We are working to host these libraries our selves and can offer the maven repo to public use once (and if) we get them hosted properly |
I ran into this issue when compiling connector based on dataspace connector: I have build libraries from https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services |
I was able to export all dependecies from IDS-Messaging-Services to VTT hosted Maven repo at maven.collab-cloud.eu. Version of the library is 7.0.1. Repo is public so you can fetch the libraries if you define repository in your pom.xml like this:
|
Hi! I tried your repo in my pom.xml to try to fix the error but I get the following error:
Any idea why I am not getting this dependency? Thank you! |
Hi there,
I'm currently building dataspaceconnector (version 8.0.2). However, I'm encountering an error during the build process. Here are the details of the error:
It seems that the build process is failing to resolve the dependencies for the dataspaceconnector. Specifically, there seems to be an issue with resolving the de.fraunhofer.iais.eis.ids.infomodel:java artifact (version 4.2.7) from the eis-ids-public repository.
I have tried to access the artifact using the provided URL (https://maven.iais.fraunhofer.de/artifactory/eis-ids-public/de/fraunhofer/iais/eis/ids/infomodel/java/4.2.7/java-4.2.7.pom), but I'm receiving a "No route to host (Host unreachable)" error.
Could you please help me understand why I'm unable to resolve this artifact and suggest any possible solutions? Any assistance would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: