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

davsclaus 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 efe7b360efdb CAMEL-24335: update Artemis dependency groupId to 
org.apache.artemis
efe7b360efdb is described below

commit efe7b360efdb2b7beecbce01dffde05142e0ebb5
Author: Adriano Machado <[email protected]>
AuthorDate: Tue Aug 4 01:09:39 2026 -0400

    CAMEL-24335: update Artemis dependency groupId to org.apache.artemis
    
    Since Artemis 2.5.0, artemis-server, artemis-jakarta-server,
    artemis-jakarta-client and artemis-amqp-protocol relocated from
    org.apache.activemq to org.apache.artemis. Update the groupId in
    test-infra and integration test pom.xml files to eliminate Maven
    relocation warnings.
    
    Closes #25316
    Co-Authored-By: Claude Sonnet 5 <[email protected]>
---
 test-infra/camel-test-infra-artemis/pom.xml | 8 ++++----
 tests/camel-itest/pom.xml                   | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/test-infra/camel-test-infra-artemis/pom.xml 
b/test-infra/camel-test-infra-artemis/pom.xml
index 22d99c598575..fd31d48b9b92 100644
--- a/test-infra/camel-test-infra-artemis/pom.xml
+++ b/test-infra/camel-test-infra-artemis/pom.xml
@@ -42,22 +42,22 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.activemq</groupId>
+            <groupId>org.apache.artemis</groupId>
             <artifactId>artemis-server</artifactId>
             <version>${activemq-artemis-version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.activemq</groupId>
+            <groupId>org.apache.artemis</groupId>
             <artifactId>artemis-jakarta-server</artifactId>
             <version>${activemq-artemis-version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.activemq</groupId>
+            <groupId>org.apache.artemis</groupId>
             <artifactId>artemis-jakarta-client</artifactId>
             <version>${activemq-artemis-version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.activemq</groupId>
+            <groupId>org.apache.artemis</groupId>
             <artifactId>artemis-amqp-protocol</artifactId>
             <version>${activemq-artemis-version}</version>
         </dependency>
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 74a96dbc55f0..5bd129099ce6 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -220,13 +220,13 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.activemq</groupId>
+            <groupId>org.apache.artemis</groupId>
             <artifactId>artemis-jakarta-server</artifactId>
             <version>${activemq-artemis-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.activemq</groupId>
+            <groupId>org.apache.artemis</groupId>
             <artifactId>artemis-jakarta-client</artifactId>
             <version>${activemq-artemis-version}</version>
             <scope>test</scope>

Reply via email to