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:08 UTC

[camel-kamelets] 03/08: Camel-Kamelets-Bom: Managed Qpid 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 799b3f65493a3bdba984202da893fa59924df7ed
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:18:54 2022 +0100

    Camel-Kamelets-Bom: Managed Qpid 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 7598f72..da1d1c5 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -45,6 +45,11 @@
         <artifactId>redshift-jdbc42</artifactId>
         <version>${version.com.amazon.redshift.redshift-jdbc42}</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 5fd997d..cf9a5c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,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>
     </properties>
 
     <developers>