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

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


The following commit(s) were added to refs/heads/main by this push:
     new d0350dd  chore(deps): remove kamelet-reify
d0350dd is described below

commit d0350dd0e6e67c61b9c539ab4233db659adbedad
Author: Pasquale Congiusti <[email protected]>
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