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 11:39:20 UTC

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

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 9ad7934b921 CAMEL-19062 - Clean up Parent POM - Jakarta XML Bind
     new a824938a158 CAMEL-19062 - Clean up Parent POM - Jakarta JWS API
     new 5370c305a94 CAMEL-19062 - Clean up Parent POM - Jakarta JWS API

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


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Jakarta JWS API

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 a824938a158c6c14a70d1680def5190933d320f9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 12:01:42 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta JWS API
    
    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 7f269926696..a1b38ea1404 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2782,12 +2782,6 @@
                 <scope>import</scope>
             </dependency>
 
-            <dependency>
-                <groupId>jakarta.jws</groupId>
-                <artifactId>jakarta.jws-api</artifactId>
-                <version>${jakarta-jws-api-version}</version>
-            </dependency>
-
             <dependency>
                 <groupId>com.sun.xml.messaging.saaj</groupId>
                 <artifactId>saaj-impl</artifactId>


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Jakarta JWS API

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 5370c305a94101862d892a4917dae70a29f6a8cb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 12:02:42 2023 +0100

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

diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index 327a3a1ec36..b685c3e15e3 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -64,6 +64,7 @@
         <dependency>
             <groupId>jakarta.jws</groupId>
             <artifactId>jakarta.jws-api</artifactId>
+            <version>${jakarta-jws-api-version}</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.messaging.saaj</groupId>