You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "nuhyurduseven (via GitHub)" <gi...@apache.org> on 2023/08/16 09:47:47 UTC

[GitHub] [camel-k] nuhyurduseven commented on issue #4669: error: component not found for URI

nuhyurduseven commented on issue #4669:
URL: https://github.com/apache/camel-k/issues/4669#issuecomment-1680298180

   thank you @christophd . 
   
   camel k client 1.12.1
   it's the output of `kamel version`. camel k operator version is same.
   
   I think so. Camel K use quarkus runtime. Actually It's find all kamelets in camel katalog but cannot find components dependencies itself. I gave the dependency as explicit way such as `mvn:org.apache.camel.camel-mongodb` or `-d camel-mongodb` or `-d camel-quarkus:camel-quarkus-mongodb`. All them be failed. I think it still try to fetch dependency itself, it doesn't get my explicit dependency.
   Btw, I gave the `-d github:camel-quarkus/extensions/mongodb` to `kamel run`  command as an explicit dependency but it doesn't work. 
   
   how can control the extension?  
   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org