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

[GitHub] [camel-quarkus] davsclaus commented on pull request #4465: #4051 : Add camel-cli-connector extension.

davsclaus commented on PR #4465:
URL: https://github.com/apache/camel-quarkus/pull/4465#issuecomment-1413331844

   Not sure if you ask if JMX is needed or not?
   
   camel-cli-connector requires these JARs - So I assume for CEQ then we need extensions for these and to use them here
   
           <!-- insights -->
           <dependency>
               <groupId>org.apache.camel</groupId>
               <artifactId>camel-console</artifactId>
           </dependency>
           <dependency>
               <groupId>org.apache.camel</groupId>
               <artifactId>camel-health</artifactId>
           </dependency>
           <dependency>
               <groupId>org.apache.camel</groupId>
               <artifactId>camel-management</artifactId>
           </dependency>
   
   


-- 
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