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 <anco...@gmail.com>
AuthorDate: Fri Mar 3 13:31:39 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jettison
    
    Signed-off-by: Andrea Cosentino <anco...@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>
 

Reply via email to