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
The following commit(s) were added to refs/heads/main by this push:
new 5e9814b CAMEL-17359: camel-debug - JAR to make camel debugging easier
from tooling
5e9814b is described below
commit 5e9814b8d648d4439a583abb78d01658b81f1474
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Dec 20 20:37:00 2021 +0100
CAMEL-17359: camel-debug - JAR to make camel debugging easier from tooling
---
components/camel-debug/pom.xml | 8 +++++++-
components/camel-debug/src/generated/resources/debug.json | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/components/camel-debug/pom.xml b/components/camel-debug/pom.xml
index 53f2166..3ee559a 100644
--- a/components/camel-debug/pom.xml
+++ b/components/camel-debug/pom.xml
@@ -33,7 +33,7 @@
<properties>
<firstVersion>3.15.0</firstVersion>
- <label>core</label>
+ <label>tooling</label>
</properties>
<dependencies>
@@ -42,11 +42,17 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-support</artifactId>
</dependency>
+
<!-- JMX is needed for Camel Debugger -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-management</artifactId>
</dependency>
+ <!-- jaxb needed for dumping messages as XML -->
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-xml-jaxb</artifactId>
+ </dependency>
</dependencies>
diff --git a/components/camel-debug/src/generated/resources/debug.json
b/components/camel-debug/src/generated/resources/debug.json
index 3556651..61a85d7 100644
--- a/components/camel-debug/src/generated/resources/debug.json
+++ b/components/camel-debug/src/generated/resources/debug.json
@@ -6,7 +6,7 @@
"description": "Enables Camel Route Debugging",
"deprecated": false,
"firstVersion": "3.15.0",
- "label": "core",
+ "label": "tooling",
"supportLevel": "Preview",
"groupId": "org.apache.camel",
"artifactId": "camel-debug",