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 9ad7934b9214040bbe6f4065f069eda008956a44 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Mar 8 11:44:34 2023 +0100 CAMEL-19062 - Clean up Parent POM - Jakarta XML Bind Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-jmx/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-jmx/pom.xml b/components/camel-jmx/pom.xml index 95b03a5cf9b..6a43383dbf8 100644 --- a/components/camel-jmx/pom.xml +++ b/components/camel-jmx/pom.xml @@ -47,6 +47,7 @@ <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> + <version>${jakarta-xml-bind-api-version}</version> </dependency> <dependency>
