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 10:38:55 UTC

[camel] 01/05: CAMEL-19062 - Clean up Parent POM - Jakarta XML WS API

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 3e5a9a8b9bd5d20fb636a3db360c072fe45ea17a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 10:58:08 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta XML WS API
    
    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 9be6711a3c4..4e91dab4fc9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2782,19 +2782,6 @@
                 <scope>import</scope>
             </dependency>
 
-            <!-- Former dependencies from the deprecated JDK9+ profile -->
-            <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.annotation</groupId>
                 <artifactId>jakarta.annotation-api</artifactId>