This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.18.x by this push:
new a7cfa74a274e CAMEL-23119: camel-launcher - Add validate plugin
a7cfa74a274e is described below
commit a7cfa74a274e91862f96b37ccafcadc9286f3c0a
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 136ad85e532a..7e975990c6df 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>