You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/05 07:59:33 UTC

(camel-examples) branch main updated: CAMEL-20361: camel-jbang - Make jolokia pluggable for camel-platform-http-main (#134)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new e88c98f0 CAMEL-20361: camel-jbang - Make jolokia pluggable for camel-platform-http-main (#134)
e88c98f0 is described below

commit e88c98f0d37a5bcd6b021911265950493899fd0b
Author: Ivan Kulaga <ku...@gmail.com>
AuthorDate: Tue Mar 5 13:59:28 2024 +0600

    CAMEL-20361: camel-jbang - Make jolokia pluggable for camel-platform-http-main (#134)
    
    jolokia is now a separate component
---
 main/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/main/pom.xml b/main/pom.xml
index 0a757a0e..4404939a 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -79,6 +79,11 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-management</artifactId>
         </dependency>
+        <!-- jolokia http plugin -->
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-platform-http-jolokia</artifactId>
+        </dependency>
 
         <!-- camel-cli -->
         <dependency>