You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/03 12:38:20 UTC

[camel] branch main updated (a396aa62c75 -> a42c5706d11)

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

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


    from a396aa62c75 CAMEL-19062 - Clean up Parent POM - HSQLDB
     new 31a17731bda CAMEL-19062 - Clean up Parent POM - Jettison
     new a42c5706d11 CAMEL-19062 - Clean up Parent POM - Jettison

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-cxf/camel-cxf-rest/pom.xml        | 1 +
 components/camel-cxf/camel-cxf-spring-rest/pom.xml | 1 +
 components/camel-cxf/camel-cxf-spring-soap/pom.xml | 1 +
 parent/pom.xml                                     | 7 -------
 4 files changed, 3 insertions(+), 7 deletions(-)


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Jettison

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a42c5706d1162eb1018288889e4cdd1dfbe3ce89
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 3 13:31:39 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jettison
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-cxf/camel-cxf-rest/pom.xml        | 1 +
 components/camel-cxf/camel-cxf-spring-rest/pom.xml | 1 +
 components/camel-cxf/camel-cxf-spring-soap/pom.xml | 1 +
 3 files changed, 3 insertions(+)

diff --git a/components/camel-cxf/camel-cxf-rest/pom.xml b/components/camel-cxf/camel-cxf-rest/pom.xml
index 562352661f5..c971930c34a 100644
--- a/components/camel-cxf/camel-cxf-rest/pom.xml
+++ b/components/camel-cxf/camel-cxf-rest/pom.xml
@@ -211,6 +211,7 @@
         <dependency>
             <groupId>org.codehaus.jettison</groupId>
             <artifactId>jettison</artifactId>
+            <version>${jettison-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-cxf/camel-cxf-spring-rest/pom.xml b/components/camel-cxf/camel-cxf-spring-rest/pom.xml
index dc26181f1a3..3172a6b8d02 100644
--- a/components/camel-cxf/camel-cxf-spring-rest/pom.xml
+++ b/components/camel-cxf/camel-cxf-spring-rest/pom.xml
@@ -220,6 +220,7 @@
         <dependency>
             <groupId>org.codehaus.jettison</groupId>
             <artifactId>jettison</artifactId>
+            <version>${jettison-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-cxf/camel-cxf-spring-soap/pom.xml b/components/camel-cxf/camel-cxf-spring-soap/pom.xml
index cf7b89da1e6..1e607f1acce 100644
--- a/components/camel-cxf/camel-cxf-spring-soap/pom.xml
+++ b/components/camel-cxf/camel-cxf-spring-soap/pom.xml
@@ -228,6 +228,7 @@
         <dependency>
             <groupId>org.codehaus.jettison</groupId>
             <artifactId>jettison</artifactId>
+            <version>${jettison-version}</version>
             <scope>test</scope>
         </dependency>
 


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Jettison

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 31a17731bda30d0aefbcab351570bcce7764c19f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 3 12:30:45 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jettison
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 99caf49d648..c89c3e7079e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,13 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <!-- optional Jettison -->
-            <dependency>
-                <groupId>org.codehaus.jettison</groupId>
-                <artifactId>jettison</artifactId>
-                <version>${jettison-version}</version>
-            </dependency>
-
             <!-- optional Axiom -->
             <dependency>
                 <groupId>org.apache.ws.commons.axiom</groupId>