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 d8df879a96f1cc47095f9058a9da41e2f9199588 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 8 11:31:24 2023 +0100 CAMEL-19062 - Clean up Parent POM - Jakarta Annotations API Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-jetty/pom.xml | 1 + components/camel-spring-xml/pom.xml | 1 + tooling/maven/camel-package-maven-plugin/pom.xml | 1 + tooling/openapi-rest-dsl-generator/pom.xml | 1 + 4 files changed, 4 insertions(+) diff --git a/components/camel-jetty/pom.xml b/components/camel-jetty/pom.xml index 9f2fd2205a2..5c15c205334 100644 --- a/components/camel-jetty/pom.xml +++ b/components/camel-jetty/pom.xml @@ -169,6 +169,7 @@ <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> + <version>${jakarta-annotation-api-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml index 7a2d20e5a69..8b27adf5e79 100644 --- a/components/camel-spring-xml/pom.xml +++ b/components/camel-spring-xml/pom.xml @@ -148,6 +148,7 @@ <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> + <version>${jakarta-annotation-api-version}</version> </dependency> <!-- assertj and woostox are used for a few tests --> diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml index 91ea8eb020a..d4123499f86 100644 --- a/tooling/maven/camel-package-maven-plugin/pom.xml +++ b/tooling/maven/camel-package-maven-plugin/pom.xml @@ -191,6 +191,7 @@ <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> + <version>${jakarta-annotation-api-version}</version> </dependency> </dependencies> diff --git a/tooling/openapi-rest-dsl-generator/pom.xml b/tooling/openapi-rest-dsl-generator/pom.xml index cbe46feec95..bb7a5c41a7c 100644 --- a/tooling/openapi-rest-dsl-generator/pom.xml +++ b/tooling/openapi-rest-dsl-generator/pom.xml @@ -74,6 +74,7 @@ <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> + <version>${jakarta-annotation-api-version}</version> </dependency> <!-- test -->