You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/01/08 17:59:00 UTC

[camel] 06/12: CAMEL-17435: removed com.sun.xml.messaging.saaj:saaj-impl as a default dependency for the whole Camel project

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit df096f9aad84fe5a1d8f9cb891d47433aa93bfff
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Thu Jan 6 14:04:21 2022 +0100

    CAMEL-17435: removed com.sun.xml.messaging.saaj:saaj-impl as a default dependency for the whole Camel project
---
 parent/pom.xml | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bb2f8eb..e98af99 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4067,27 +4067,27 @@
                 <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
                 <version>${geronimo-ws-metadata-spec-version}</version>
             </dependency>
+
+            <dependency>
+                <groupId>com.sun.xml.messaging.saaj</groupId>
+                <artifactId>saaj-impl</artifactId>
+                <version>1.3.28</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>javax.xml.soap</groupId>
+                        <artifactId>javax.xml.soap-api</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <!--Get dependency from jaxb-runtime-->
+                        <groupId>org.jvnet.staxex</groupId>
+                        <artifactId>stax-ex</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
     <dependencies>
-
-        <dependency>
-            <groupId>com.sun.xml.messaging.saaj</groupId>
-            <artifactId>saaj-impl</artifactId>
-            <version>1.3.28</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>javax.xml.soap</groupId>
-                    <artifactId>javax.xml.soap-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <!--Get dependency from jaxb-runtime-->
-                    <groupId>org.jvnet.staxex</groupId>
-                    <artifactId>stax-ex</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jta_1.1_spec</artifactId>