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 12:53:21 UTC

[camel] branch main updated (5370c305a94 -> 78e39beb82d)

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 5370c305a94 CAMEL-19062 - Clean up Parent POM - Jakarta JWS API
     new 2f48f1d529b CAMEL-19062 - Clean up Parent POM - SAAJ
     new 78e39beb82d CAMEL-19062 - Clean up Parent POM - SAAJ

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      | 10 +++++++++-
 components/camel-spring-ws/pom.xml | 10 +++++++++-
 parent/pom.xml                     | 13 -------------
 3 files changed, 18 insertions(+), 15 deletions(-)


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - SAAJ

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 78e39beb82d48c94e046dd9acd97978e4fdf1ca4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 13:30:01 2023 +0100

    CAMEL-19062 - Clean up Parent POM - SAAJ
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-soap/pom.xml      | 10 +++++++++-
 components/camel-spring-ws/pom.xml | 10 +++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index b685c3e15e3..443c8228756 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -69,7 +69,15 @@
         <dependency>
             <groupId>com.sun.xml.messaging.saaj</groupId>
             <artifactId>saaj-impl</artifactId>
-        </dependency>
+            <version>3.0.0</version>
+            <exclusions>
+                <exclusion>
+                   <!--Get dependency from jaxb-runtime-->
+                   <groupId>org.jvnet.staxex</groupId>
+                   <artifactId>stax-ex</artifactId>
+                 </exclusion>
+            </exclusions>
+         </dependency>
 
         <!-- test dependencies -->
         <dependency>
diff --git a/components/camel-spring-ws/pom.xml b/components/camel-spring-ws/pom.xml
index e0928a763ee..caf63727e62 100644
--- a/components/camel-spring-ws/pom.xml
+++ b/components/camel-spring-ws/pom.xml
@@ -85,7 +85,15 @@
         <dependency>
             <groupId>com.sun.xml.messaging.saaj</groupId>
             <artifactId>saaj-impl</artifactId>
-        </dependency>
+            <version>3.0.0</version>
+            <exclusions>
+                <exclusion>
+                   <!--Get dependency from jaxb-runtime-->
+                   <groupId>org.jvnet.staxex</groupId>
+                   <artifactId>stax-ex</artifactId>
+                 </exclusion>
+            </exclusions>
+         </dependency>
 
         <!-- test dependencies -->
         <dependency>


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - SAAJ

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 2f48f1d529b3d8d0e60d6ce0ca6df129a1134b87
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 13:27:38 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a1b38ea1404..d120443a9c7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2782,19 +2782,6 @@
                 <scope>import</scope>
             </dependency>
 
-            <dependency>
-                <groupId>com.sun.xml.messaging.saaj</groupId>
-                <artifactId>saaj-impl</artifactId>
-                <version>3.0.0</version>
-                <exclusions>
-                    <exclusion>
-                        <!--Get dependency from jaxb-runtime-->
-                        <groupId>org.jvnet.staxex</groupId>
-                        <artifactId>stax-ex</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-
             <dependency>
                 <groupId>org.glassfish.jaxb</groupId>
                 <artifactId>jaxb-runtime</artifactId>