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/22 09:10:46 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Jakarta Transaction 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 0adb1d091ff6760c0ccdf14a354421435b515c5d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 22 10:09:18 2023 +0100

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

diff --git a/components/camel-jta/pom.xml b/components/camel-jta/pom.xml
index 69da967123b..692ec5950b9 100644
--- a/components/camel-jta/pom.xml
+++ b/components/camel-jta/pom.xml
@@ -51,6 +51,7 @@
         <dependency>
             <groupId>jakarta.transaction</groupId>
             <artifactId>jakarta.transaction-api</artifactId>
+            <version>${jakarta-transaction-api-version}</version>
         </dependency>
     </dependencies>
 </project>