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 446b2a3b1af CAMEL-21342: camel-kamelet-main - openapi generator should 
be optional and downloaded dynamically
446b2a3b1af is described below

commit 446b2a3b1afc3ae217fcdd291dd3665e6c0bd064
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 11 17:09:11 2024 +0200

    CAMEL-21342: camel-kamelet-main - openapi generator should be optional and 
downloaded dynamically
---
 dsl/camel-jbang/camel-jbang-core/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dsl/camel-jbang/camel-jbang-core/pom.xml 
b/dsl/camel-jbang/camel-jbang-core/pom.xml
index 8da73323a74..c3dfdfe784d 100644
--- a/dsl/camel-jbang/camel-jbang-core/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-core/pom.xml
@@ -65,6 +65,13 @@
             <artifactId>camel-xml-io-util</artifactId>
         </dependency>
 
+        <!-- yaml -->
+        <dependency>
+            <groupId>org.yaml</groupId>
+            <artifactId>snakeyaml</artifactId>
+            <version>${snakeyaml-version}</version>
+        </dependency>
+
         <!-- cli -->
         <dependency>
             <groupId>org.apache.camel</groupId>

Reply via email to