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

[camel-kamelets] 05/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 94f1eff5a73feb09c55bd52fe9bb3c49371b7df1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:26:24 2022 +0100

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

diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index df4394b..89983da 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -51,9 +51,9 @@
         <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>
+        <groupId>org.apache.activemq</groupId>
+        <artifactId>artemis-jms-client-all</artifactId>
+        <version>${version.org.apache.activemq.artemis-jms-client-all}</version>
       </dependency>
     </dependencies>
   </dependencyManagement>