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:35 UTC

[camel] 03/06: CAMEL-19062 - Clean up Parent POM - JAXB core

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 0f9f05d503c5a007c100df4c31cb1be10f6a25a4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 11:49:35 2023 +0100

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

diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml
index 6ee2ba4f4f2..6e6697c89eb 100644
--- a/components/camel-jaxb/pom.xml
+++ b/components/camel-jaxb/pom.xml
@@ -50,6 +50,7 @@
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-core</artifactId>
+            <version>${jaxb-core-version}</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
diff --git a/core/camel-xml-jaxb/pom.xml b/core/camel-xml-jaxb/pom.xml
index e5556de009a..5b689d90ead 100644
--- a/core/camel-xml-jaxb/pom.xml
+++ b/core/camel-xml-jaxb/pom.xml
@@ -49,6 +49,7 @@
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-core</artifactId>
+            <version>${jaxb-core-version}</version>            
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 73dbbc517e4..522272422ca 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2692,11 +2692,6 @@
             </dependency>
 	    
 	    <!-- optional dependencies -->
-            <dependency>
-                <groupId>com.sun.xml.bind</groupId>
-                <artifactId>jaxb-core</artifactId>
-                <version>${jaxb-core-version}</version>
-            </dependency>
             <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-jxc</artifactId>