You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/20 13:06:44 UTC

[camel] 09/09: CAMEL-19062 - Clean up Parent POM - Jakarta JMS API

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 05a70c5af81314658286e2d75d774c7600a965da
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 14:00:19 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta JMS API
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 test-infra/camel-test-infra-messaging-common/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test-infra/camel-test-infra-messaging-common/pom.xml b/test-infra/camel-test-infra-messaging-common/pom.xml
index da957c56d7f..497c91001e2 100644
--- a/test-infra/camel-test-infra-messaging-common/pom.xml
+++ b/test-infra/camel-test-infra-messaging-common/pom.xml
@@ -48,6 +48,7 @@
         <dependency>
             <groupId>jakarta.jms</groupId>
             <artifactId>jakarta.jms-api</artifactId>
+            <version>${jakarta-jms-api-version}</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>