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

commit 3a33405bb3c284b6a2ea21672bbf018dd4bcdc1c
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jan 18 06:42:06 2023 +0100

    CAMEL-18928: removed component camel-swift
---
 bom/camel-bom/pom.xml               | 5 -----
 catalog/camel-allcomponents/pom.xml | 5 -----
 parent/pom.xml                      | 5 -----
 3 files changed, 15 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 064b9d37141..3e7cde1dc5b 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1816,11 +1816,6 @@
         <artifactId>camel-support</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-swift</artifactId>
-        <version>${project.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-syslog</artifactId>
diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index fc5766f7fed..c099bd9128b 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1598,11 +1598,6 @@
             <artifactId>camel-stub</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-swift</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-syslog</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 3587d7ae90f..56a0ecc6bc0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2244,11 +2244,6 @@
                 <artifactId>camel-stub</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-swift</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-syslog</artifactId>

Reply via email to