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

astefanutti pushed a commit to branch release-1.8.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.8.x by this push:
     new 6af0ab8  chore(deps): remove kamelet-reify
6af0ab8 is described below

commit 6af0ab83cc245ac59ed5bcdb1cb55358b107d2c5
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Wed Jan 26 16:48:35 2022 +0100

    chore(deps): remove kamelet-reify
    
    Ref #apache/camel-k-runtime/issues/766
---
 build/maven/pom-runtime.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/build/maven/pom-runtime.xml b/build/maven/pom-runtime.xml
index effb780..a900a89 100644
--- a/build/maven/pom-runtime.xml
+++ b/build/maven/pom-runtime.xml
@@ -125,16 +125,6 @@
         </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>
-        <dependency>
-            <groupId>org.apache.camel.k</groupId>
             <artifactId>camel-k-core-support</artifactId>
             <version>${runtime.version}</version>
         </dependency>

Reply via email to