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 d3d6def16a9 parent/pom.xml - Lets add camel-jbang
d3d6def16a9 is described below
commit d3d6def16a911159e2988ed78da5ae04568537ad
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Dec 2 09:11:35 2022 +0100
parent/pom.xml - Lets add camel-jbang
---
parent/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/parent/pom.xml b/parent/pom.xml
index 6b4cd892026..2637fa14d6c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2795,6 +2795,16 @@
<artifactId>camel-yaml-dsl-deserializers</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jbang-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jbang-main</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- camel catalog -->
<dependency>