This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 449467e4c5 Add jakarta.jms-api to SJMS extensions
449467e4c5 is described below

commit 449467e4c55f116d868270ac669e4c197ce874f7
Author: James Netherton <[email protected]>
AuthorDate: Tue Sep 24 10:08:34 2024 +0100

    Add jakarta.jms-api to SJMS extensions
    
    Fixes #6536
---
 extensions/sjms/runtime/pom.xml  | 4 ++++
 extensions/sjms2/runtime/pom.xml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/extensions/sjms/runtime/pom.xml b/extensions/sjms/runtime/pom.xml
index 0e938696a6..5f98a564ec 100644
--- a/extensions/sjms/runtime/pom.xml
+++ b/extensions/sjms/runtime/pom.xml
@@ -43,6 +43,10 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-sjms</artifactId>
         </dependency>
+        <dependency>
+            <groupId>jakarta.jms</groupId>
+            <artifactId>jakarta.jms-api</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/extensions/sjms2/runtime/pom.xml b/extensions/sjms2/runtime/pom.xml
index 37d8bce3f4..d8b1e20de8 100644
--- a/extensions/sjms2/runtime/pom.xml
+++ b/extensions/sjms2/runtime/pom.xml
@@ -42,6 +42,10 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-sjms2</artifactId>
         </dependency>
+        <dependency>
+            <groupId>jakarta.jms</groupId>
+            <artifactId>jakarta.jms-api</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to