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/02/20 11:32:33 UTC

[camel] 01/06: CAMEL-19062 - Clean up Parent POM - JAXB impl

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 09403b1b05bb09086a21deedaaf9fee6f91a7cca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 11:30:33 2023 +0100

    CAMEL-19062 - Clean up Parent POM - JAXB impl
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-jaxb/pom.xml                                  | 1 +
 components/camel-jmx/pom.xml                                   | 1 +
 components/camel-salesforce/camel-salesforce-component/pom.xml | 1 +
 components/camel-soap/pom.xml                                  | 1 +
 core/camel-xml-jaxb/pom.xml                                    | 1 +
 5 files changed, 5 insertions(+)

diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml
index 57b9f57c28f..6ee2ba4f4f2 100644
--- a/components/camel-jaxb/pom.xml
+++ b/components/camel-jaxb/pom.xml
@@ -54,6 +54,7 @@
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
+            <version>${jaxb-impl-version}</version>
             <optional>true</optional>
         </dependency>
 
diff --git a/components/camel-jmx/pom.xml b/components/camel-jmx/pom.xml
index 3b15cce2c18..95b03a5cf9b 100644
--- a/components/camel-jmx/pom.xml
+++ b/components/camel-jmx/pom.xml
@@ -52,6 +52,7 @@
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
+            <version>${jaxb-impl-version}</version>
         </dependency>
 
         <!-- test dependencies -->
diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml b/components/camel-salesforce/camel-salesforce-component/pom.xml
index 26a276ced1e..ff01224e348 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -124,6 +124,7 @@
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
+            <version>${jaxb-impl-version}</version>
         </dependency>
         
         <!-- testing -->
diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index 041bb6a7c4f..f9870aa9c97 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -48,6 +48,7 @@
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
+            <version>${jaxb-impl-version}</version>
         </dependency>
         <dependency>
             <groupId>jakarta.xml.ws</groupId>
diff --git a/core/camel-xml-jaxb/pom.xml b/core/camel-xml-jaxb/pom.xml
index c9afa38e481..e5556de009a 100644
--- a/core/camel-xml-jaxb/pom.xml
+++ b/core/camel-xml-jaxb/pom.xml
@@ -53,6 +53,7 @@
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
+            <version>${jaxb-impl-version}</version>
         </dependency>
 
         <dependency>