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 35496292367a CAMEL-23119: camel-launcher - Add validate plugin
35496292367a is described below
commit 35496292367a1cecd8fd8c800746f2dce7f680d2
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Mar 3 08:51:44 2026 +0100
CAMEL-23119: camel-launcher - Add validate plugin
---
dsl/camel-jbang/camel-launcher/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dsl/camel-jbang/camel-launcher/pom.xml
b/dsl/camel-jbang/camel-launcher/pom.xml
index ea864ca198ce..b619acde8f26 100644
--- a/dsl/camel-jbang/camel-launcher/pom.xml
+++ b/dsl/camel-jbang/camel-launcher/pom.xml
@@ -66,6 +66,7 @@
<!-- Pre-installed plugins -->
<!-- the edit plugin is not pre-installed -->
+ <!-- the route-parser plugin is not pre-installed -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jbang-plugin-generate</artifactId>
@@ -81,6 +82,11 @@
<artifactId>camel-jbang-plugin-test</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jbang-plugin-validate</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.camel.kamelets</groupId>
<artifactId>camel-kamelets</artifactId>