This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch bom in repository https://gitbox.apache.org/repos/asf/camel.git
commit 3ff13dc50e93960d6b86b265cc1e39497e834c74 Author: Claus Ibsen <[email protected]> AuthorDate: Wed Jul 10 12:00:49 2024 +0200 CAMEL-20955: Add JBang plugin modules to camel-bom --- 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>
