This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new a3b99e8  Missing camel-k-kamelet-reify version while building kamelet 
binding
a3b99e8 is described below

commit a3b99e8c32b3074d8d4f191d6faa498d8289b5b8
Author: Claudio Miranda <clau...@claudius.com.br>
AuthorDate: Tue Apr 13 11:42:40 2021 -0300

    Missing camel-k-kamelet-reify version while building kamelet binding
---
 support/camel-k-runtime-bom/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/support/camel-k-runtime-bom/pom.xml 
b/support/camel-k-runtime-bom/pom.xml
index d0aa4a4..2939b9b 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -226,6 +226,11 @@
                 <artifactId>camel-k-loader-groovy</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.camel.k</groupId>
+                <artifactId>camel-k-kamelet-reify</artifactId>
+                <version>${project.version}</version>
+            </dependency>
 
             <dependency>
                 <groupId>org.apache.camel.k</groupId>

Reply via email to