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 418d4b3995d CAMEL-20955: Add JBang plugin modules to camel-bom (#14775)
418d4b3995d is described below
commit 418d4b3995da251cd1f4da1a86d261cbef517168
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jul 10 12:47:01 2024 +0200
CAMEL-20955: Add JBang plugin modules to camel-bom (#14775)
---
bom/camel-bom/pom.xml | 15 +++++++++++++++
parent/pom.xml | 15 +++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index f93c02643c7..04acb036468 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1102,6 +1102,21 @@
<artifactId>camel-jbang-main</artifactId>
<version>4.7.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jbang-plugin-generate</artifactId>
+ <version>4.7.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jbang-plugin-k</artifactId>
+ <version>4.7.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jbang-plugin-kubernetes</artifactId>
+ <version>4.7.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jcache</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 910bbe0196b..0d10a3a859f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2708,6 +2708,21 @@
<artifactId>camel-jbang-main</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jbang-plugin-generate</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jbang-plugin-k</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jbang-plugin-kubernetes</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- camel catalog -->
<dependency>