You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/03/25 08:53:18 UTC

[camel-quarkus] 02/02: [camel-servicenow] excludes the javax.xml.ws:jaxws-api and com.sun.xml.messaging.saaj:saaj-impl

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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 7b3bfb8cbbd8fd02ba5228b15debcbea7e07ef6a
Author: Amos Feng <zf...@redhat.com>
AuthorDate: Wed Mar 25 15:20:05 2020 +0800

    [camel-servicenow] excludes the javax.xml.ws:jaxws-api and com.sun.xml.messaging.saaj:saaj-impl
---
 poms/bom/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index f9d5c60..41c2016 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -843,6 +843,16 @@
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-servicenow</artifactId>
                 <version>${camel.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>javax.xml.ws</groupId>
+                        <artifactId>jaxws-api</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>com.sun.xml.messaging.saaj</groupId>
+                        <artifactId>saaj-impl</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>