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

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


The following commit(s) were added to refs/heads/main by this push:
     new 05b3ec9dbfc Remove dependency on `camel-cxf`
05b3ec9dbfc is described below

commit 05b3ec9dbfc6e93a6dd353ea6738eede35358fa3
Author: Gregor Zurowski <[email protected]>
AuthorDate: Sat Jul 2 06:37:20 2022 +0000

    Remove dependency on `camel-cxf`
---
 bom/camel-bom/pom.xml               | 5 -----
 catalog/camel-allcomponents/pom.xml | 4 ----
 parent/pom.xml                      | 5 -----
 3 files changed, 14 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index a105fe06097..8cc26eceeb2 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -567,11 +567,6 @@
         <artifactId>camel-csv</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-cxf</artifactId>
-        <version>${project.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-cxf-common</artifactId>
diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index 0864aedc9c9..2a86f61107d 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -377,10 +377,6 @@
                        <groupId>org.apache.camel</groupId>
                        <artifactId>camel-cxf-transport</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.apache.camel</groupId>
-                       <artifactId>camel-cxf</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.apache.camel</groupId>
                        <artifactId>camel-dataformat</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index b9bf0d5dfe2..48fcfb38c3f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1200,11 +1200,6 @@
                                <artifactId>camel-cxf-transport</artifactId>
                                <version>${project.version}</version>
                        </dependency>
-                       <dependency>
-                               <groupId>org.apache.camel</groupId>
-                               <artifactId>camel-cxf</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
                        <dependency>
                                <groupId>org.apache.camel</groupId>
                                <artifactId>camel-dataformat</artifactId>

Reply via email to