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

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


The following commit(s) were added to refs/heads/main by this push:
     new b5e4a5b8273b Update artemis-mqtt-protocol relocation
b5e4a5b8273b is described below

commit b5e4a5b8273bb21c78019e0471cd5f3d1900eab9
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Tue Jun 2 16:00:07 2026 +0200

    Update artemis-mqtt-protocol relocation
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 components/camel-paho/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-paho/pom.xml b/components/camel-paho/pom.xml
index fb21d3a15036..f2a0969b9b9b 100644
--- a/components/camel-paho/pom.xml
+++ b/components/camel-paho/pom.xml
@@ -62,7 +62,7 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.activemq</groupId>
+            <groupId>org.apache.artemis</groupId>
             <artifactId>artemis-mqtt-protocol</artifactId>
             <version>${activemq-artemis-version}</version>
             <scope>test</scope>

Reply via email to