This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2c1451aab95bc2ee232e4b20ca27e6ebd613ea62 Author: Otavio R. Piske <angusyo...@gmail.com> AuthorDate: Wed Jan 5 06:55:20 2022 -0300 CAMEL-17435: jakarta.xml.bind-api is already defined as a dependency in that module --- parent/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 2f2256e..3eec6ea 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4110,13 +4110,6 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-package-maven-plugin</artifactId> <version>${project.version}</version> - <dependencies> - <dependency> - <groupId>jakarta.xml.bind</groupId> - <artifactId>jakarta.xml.bind-api</artifactId> - <version>${jakarta-jaxb-version}</version> - </dependency> - </dependencies> </plugin> <plugin> <groupId>org.apache.camel</groupId>