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 6f1a31f9605f6538307ebef7389c6c98b5434858
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Mar 8 11:00:06 2023 +0100

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

diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index a76519b5919..327a3a1ec36 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -53,6 +53,13 @@
         <dependency>
             <groupId>jakarta.xml.ws</groupId>
             <artifactId>jakarta.xml.ws-api</artifactId>
+            <version>${jakarta-xml-ws-api-version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>jakarta.jws</groupId>

Reply via email to