-
Notifications
You must be signed in to change notification settings - Fork 33
Error when resolving dependencies during DataspaceConnector building #723
Description
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:
[ERROR] Failed to execute goal on project dataspaceconnector: Could not resolve dependencies for project io:dataspaceconnector:jar:8.0.2: Failed to collect dependencies at ids.messaging:broker:jar:7.0.0 -> ids.messaging:messaging:jar:7.0.0 -> ids.messaging:core:jar:7.0.0 -> de.fraunhofer.iais.eis.ids.infomodel:java:jar:4.2.7: Failed to read artifact descriptor for de.fraunhofer.iais.eis.ids.infomodel:java:jar:4.2.7: Could not transfer artifact de.fraunhofer.iais.eis.ids.infomodel:java:pom:4.2.7 from/to eis-ids-public (https://maven.iais.fraunhofer.de/artifactory/eis-ids-public): Transfer failed for https://maven.iais.fraunhofer.de/artifactory/eis-ids-public/de/fraunhofer/iais/eis/ids/infomodel/java/4.2.7/java-4.2.7.pom: No route to host (Host unreachable) -> [Help 1]
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!