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 <anco...@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 <anco...@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>