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 2021/12/14 13:21:37 UTC

[camel-examples] 01/02: Add jmx management to this example

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

commit 5c1e165f230b159a3eec9e7c252cc6891761564c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 14 14:04:45 2021 +0100

    Add jmx management to this example
---
 examples/routeloader/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/examples/routeloader/pom.xml b/examples/routeloader/pom.xml
index 2454791..5215fa2 100644
--- a/examples/routeloader/pom.xml
+++ b/examples/routeloader/pom.xml
@@ -76,6 +76,11 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-xml-jaxb</artifactId>
         </dependency>
+        <!-- jmx management -->
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-management</artifactId>
+        </dependency>
 
         <!-- components -->
         <dependency>