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/08 10:50:22 UTC

[camel] branch main updated (cffe17d4ba6 -> 9ad7934b921)

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 cffe17d4ba6 CAMEL-19062 - Clean up Parent POM - Jakarta Annotations API
     new 3f986f27993 CAMEL-19062 - Clean up Parent POM - Jakarta XML Bind
     new 9ad7934b921 CAMEL-19062 - Clean up Parent POM - Jakarta XML Bind

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-jmx/pom.xml | 1 +
 parent/pom.xml               | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Jakarta XML Bind

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 9ad7934b9214040bbe6f4065f069eda008956a44
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 11:44:34 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta XML Bind
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-jmx/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-jmx/pom.xml b/components/camel-jmx/pom.xml
index 95b03a5cf9b..6a43383dbf8 100644
--- a/components/camel-jmx/pom.xml
+++ b/components/camel-jmx/pom.xml
@@ -47,6 +47,7 @@
         <dependency>
             <groupId>jakarta.xml.bind</groupId>
             <artifactId>jakarta.xml.bind-api</artifactId>
+            <version>${jakarta-xml-bind-api-version}</version>
         </dependency>
 
         <dependency>


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Jakarta XML Bind

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 3f986f27993010475f13618d4c1de8623121362c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 11:43:57 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 3aa522d1334..7f269926696 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2782,12 +2782,6 @@
                 <scope>import</scope>
             </dependency>
 
-            <dependency>
-                <groupId>jakarta.xml.bind</groupId>
-                <artifactId>jakarta.xml.bind-api</artifactId>
-                <version>${jakarta-xml-bind-api-version}</version>
-            </dependency>
-
             <dependency>
                 <groupId>jakarta.jws</groupId>
                 <artifactId>jakarta.jws-api</artifactId>