fix: add camel-management to plain-app for JMX metrics
Some checks failed
CI / build (push) Successful in 5m53s
CI / deploy (push) Has been cancelled
CI / docker (push) Has been cancelled

Without camel-management on the classpath, the JMX management agent
is null and JmxMetricsBridge skips metrics entirely.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-12 18:57:52 +02:00
parent c78fa93113
commit 245866e421

View File

@@ -32,6 +32,10 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-direct</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-management</artifactId>
</dependency>
<!-- Logging: Logback (explicit, no framework provides it) -->
<dependency>