From cbc9947e0453091c1db321bc37bf770514cc19b2 Mon Sep 17 00:00:00 2001 From: Adriano Machado <60320+ammachado@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:15:24 -0400 Subject: [PATCH] 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, which was triggering Maven relocation warnings during the build. Co-Authored-By: Claude Sonnet 5 --- 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 22d99c5985758..fd31d48b9b92d 100644 --- a/test-infra/camel-test-infra-artemis/pom.xml +++ b/test-infra/camel-test-infra-artemis/pom.xml @@ -42,22 +42,22 @@ ${project.version} - org.apache.activemq + org.apache.artemis artemis-server ${activemq-artemis-version} - org.apache.activemq + org.apache.artemis artemis-jakarta-server ${activemq-artemis-version} - org.apache.activemq + org.apache.artemis artemis-jakarta-client ${activemq-artemis-version} - org.apache.activemq + org.apache.artemis artemis-amqp-protocol ${activemq-artemis-version} diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml index 74a96dbc55f05..5bd129099ce6f 100644 --- a/tests/camel-itest/pom.xml +++ b/tests/camel-itest/pom.xml @@ -220,13 +220,13 @@ test - org.apache.activemq + org.apache.artemis artemis-jakarta-server ${activemq-artemis-version} test - org.apache.activemq + org.apache.artemis artemis-jakarta-client ${activemq-artemis-version} test