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-kamelets.git
commit 728ffd8f1e457803f96fbf471ce03e48793c1afa Author: Andrea Cosentino <anco...@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>