gilvansfilho commented on PR #8549: URL: https://github.com/apache/camel/pull/8549#issuecomment-1282981126
Tests failed here too because error when downloading some dependencies: - https://repository.apache.org/snapshots/org/apache/camel/spi-annotations/3.20.0-SNAPSHOT/spi-annotations-3.20.0-20221018.103417-15.jar - https://repository.apache.org/snapshots/org/apache/camel/camel-management-api/3.20.0-SNAPSHOT/camel-management-api-3.20.0-20221018.103417-15.jar - https://repository.apache.org/snapshots/org/apache/camel/camel-support/3.20.0-SNAPSHOT/camel-support-3.20.0-20221018.103417-15.jar All errors are like below: ``` [ERROR] Failed to execute goal on project camel-jpa: Could not resolve dependencies for project org.apache.camel:camel-jpa:jar:3.20.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.camel:camel-support:jar:3.20.0-SNAPSHOT, org.apache.camel:camel-management-api:jar:3.20.0-SNAPSHOT, org.apache.camel:camel-util:jar:3.20.0-SNAPSHOT, org.apache.camel:camel-core-languages:jar:3.20.0-SNAPSHOT: Could not transfer artifact org.apache.camel:camel-support:jar:3.20.0-20221018.103417-15 from/to apache.snapshots (https://repository.apache.org/snapshots/): transfer failed for https://repository.apache.org/snapshots/org/apache/camel/camel-support/3.20.0-SNAPSHOT/camel-support-3.20.0-20221018.103417-15.jar: peer not authenticated -> [Help 1] ``` With wget I was able to download these dependencies and after put them on my local repo tests were successfully executed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
