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 14:36:45 UTC

[camel] 01/02: CAMEL-17333: camel-jbang - Runtime statistics

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

commit d21837c8cca94a3f99a5541c51a5b5dab10d86d5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 14 15:18:55 2021 +0100

    CAMEL-17333: camel-jbang - Runtime statistics
---
 dsl/camel-jbang/camel-jbang-core/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dsl/camel-jbang/camel-jbang-core/pom.xml b/dsl/camel-jbang/camel-jbang-core/pom.xml
index 701c657..ef829d2 100644
--- a/dsl/camel-jbang/camel-jbang-core/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-core/pom.xml
@@ -73,6 +73,11 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-platform-http-vertx</artifactId>
         </dependency>
+        <!-- JMX to gather runtime statistics -->
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-management</artifactId>
+        </dependency>
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>