JiriOndrusek commented on PR #5921: URL: https://github.com/apache/camel-quarkus/pull/5921#issuecomment-2022212272
There are 2 failures in examples: - **observability** - will be fixed after merging this PR https://github.com/apache/camel-quarkus/issues/5851 - **kamelet-chucknorris** - the error is caused by not resolving `camel-yaml-dsl`. , which is present in staging [repository](https://repository.apache.org/content/repositories/orgapachecamel-1689/org/apache/camel/camel-yaml-dsl/4.5.0/). (Locally the example works), therefore I would say, that it is not a real issue. WDYT? @jamesnetherton ``` ArtifactResolutionException: The following artifacts could not be resolved: org.apache.camel:camel-yaml-dsl:jar:4.5.0 (present, but unavailable): org.apache.camel:camel-yaml-dsl:jar:4.5.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced ``` -- 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]
