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 <[email protected]> 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>
