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 2022/01/07 06:36:09 UTC

[camel-kamelets] 04/08: Camel-Kamelets-Bom: Managed Artemis JMS Client

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

acosentino pushed a commit to branch bom-work
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 499a3316265ff9bc517c2c5cedcf43250e946328
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:22:05 2022 +0100

    Camel-Kamelets-Bom: Managed Artemis JMS Client
---
 library/camel-kamelets-bom/pom.xml | 5 +++++
 pom.xml                            | 1 +
 2 files changed, 6 insertions(+)

diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index da1d1c5..df4394b 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -50,6 +50,11 @@
         <artifactId>qpid-jms-client</artifactId>
         <version>${version.org.apache.qpid.qpid-jms-client}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.qpid</groupId>
+        <artifactId>qpid-jms-client</artifactId>
+        <version>${version.org.apache.qpid.qpid-jms-client}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 </project>
diff --git a/pom.xml b/pom.xml
index cf9a5c0..7ee84f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
         <version.org.apache.commons.commons-dbcp2>2.8.0</version.org.apache.commons.commons-dbcp2>
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.3</version.com.amazon.redshift.redshift-jdbc42>
         <version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
+        <version.org.apache.activemq.artemis-jms-client-all>2.17.0</version.org.apache.activemq.artemis-jms-client-all>
     </properties>
 
     <developers>