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/09 10:31:03 UTC

[camel] branch main updated (ee6f72a9aba -> 94aaaaa9824)

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 ee6f72a9aba CAMEL-18508: camel-jbang - User configuration
     new 6eb8faa2d8b CAMEL-19062 - Clean up Parent POM - Jakarta XML SOAP API
     new 94aaaaa9824 CAMEL-19062 - Clean up Parent POM - Jakarta XML SOAP 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-cxf/camel-cxf-common/pom.xml | 1 +
 components/camel-spring-ws/pom.xml            | 1 +
 core/camel-core/pom.xml                       | 1 +
 parent/pom.xml                                | 6 ------
 4 files changed, 3 insertions(+), 6 deletions(-)


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Jakarta XML SOAP 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 6eb8faa2d8bf47d391a0c041a14609eed718c681
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 11:24:17 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta XML SOAP 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 763d2db915e..7915375724c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2787,12 +2787,6 @@
                 <version>${glassfish-jaxb-runtime-version}</version>
             </dependency>
 
-            <dependency>
-                <groupId>jakarta.xml.soap</groupId>
-                <artifactId>jakarta.xml.soap-api</artifactId>
-                <version>${jakarta-xml-soap-api-version}</version>
-            </dependency>
-
             <dependency>
                 <groupId>org.eclipse.angus</groupId>
                 <artifactId>angus-mail</artifactId>


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Jakarta XML SOAP 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 94aaaaa98249b08ff46dd73a1b3a62da01f10233
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 11:29:12 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta XML SOAP API
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-cxf/camel-cxf-common/pom.xml | 1 +
 components/camel-spring-ws/pom.xml            | 1 +
 core/camel-core/pom.xml                       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/components/camel-cxf/camel-cxf-common/pom.xml b/components/camel-cxf/camel-cxf-common/pom.xml
index 607bd97080a..29db3647354 100644
--- a/components/camel-cxf/camel-cxf-common/pom.xml
+++ b/components/camel-cxf/camel-cxf-common/pom.xml
@@ -71,6 +71,7 @@
         <dependency>
             <groupId>jakarta.xml.soap</groupId>
             <artifactId>jakarta.xml.soap-api</artifactId>
+            <version>${jakarta-xml-soap-api-version}</version>
         </dependency>
 
         <dependency>
diff --git a/components/camel-spring-ws/pom.xml b/components/camel-spring-ws/pom.xml
index caf63727e62..d296b9277e8 100644
--- a/components/camel-spring-ws/pom.xml
+++ b/components/camel-spring-ws/pom.xml
@@ -76,6 +76,7 @@
         <dependency>
             <groupId>jakarta.xml.soap</groupId>
             <artifactId>jakarta.xml.soap-api</artifactId>
+            <version>${jakarta-xml-soap-api-version}</version>
         </dependency>
         <dependency>
             <groupId>jakarta.annotation</groupId>
diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml
index 7e484ada8f3..e2692d94ae8 100644
--- a/core/camel-core/pom.xml
+++ b/core/camel-core/pom.xml
@@ -237,6 +237,7 @@
         <dependency>
             <groupId>jakarta.xml.soap</groupId>
             <artifactId>jakarta.xml.soap-api</artifactId>
+            <version>${jakarta-xml-soap-api-version}</version>
             <scope>test</scope>
         </dependency>