You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/04/13 15:06:32 UTC

[camel-k] branch master updated: Missing camel-k-kamelet-reify version while building kamelet binding

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

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


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

commit 5e8939164fde22946356694af5bd98509eb8b857
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Tue Apr 13 11:44:49 2021 -0300

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

diff --git a/build/maven/pom-runtime.xml b/build/maven/pom-runtime.xml
index 55763dc..7e91f8f 100644
--- a/build/maven/pom-runtime.xml
+++ b/build/maven/pom-runtime.xml
@@ -123,6 +123,16 @@
             <artifactId>camel-k-cron-deployment</artifactId>
             <version>${runtime.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel.k</groupId>
+            <artifactId>camel-k-kamelet-reify</artifactId>
+            <version>${runtime.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel.k</groupId>
+            <artifactId>camel-k-kamelet-reify-deployment</artifactId>
+            <version>${runtime.version}</version>
+        </dependency>
 
         <!-- loaders -->
         <dependency>