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 3f986f27993010475f13618d4c1de8623121362c Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Mar 8 11:43:57 2023 +0100 CAMEL-19062 - Clean up Parent POM - Jakarta XML Bind Signed-off-by: Andrea Cosentino <[email protected]> --- parent/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 3aa522d1334..7f269926696 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2782,12 +2782,6 @@ <scope>import</scope> </dependency> - <dependency> - <groupId>jakarta.xml.bind</groupId> - <artifactId>jakarta.xml.bind-api</artifactId> - <version>${jakarta-xml-bind-api-version}</version> - </dependency> - <dependency> <groupId>jakarta.jws</groupId> <artifactId>jakarta.jws-api</artifactId>
