Adriano Machado created CAMEL-24335:
---------------------------------------
Summary: Update Artemis dependency groupId from
`org.apache.activemq to org.apache.artemis`
Key: CAMEL-24335
URL: https://issues.apache.org/jira/browse/CAMEL-24335
Project: Camel
Issue Type: Bug
Components: camel-test-infra
Affects Versions: 4.21.0
Reporter: Adriano Machado
Assignee: Adriano Machado
Since Artemis 2.5.0, the following artifacts relocated from groupId
`org.apache.activemq` to `org.apache.artemis` (see
https://artemis.apache.org/artemis-tlp-groupid-migration):
- artemis-server
- artemis-jakarta-server
- artemis-jakarta-client
- artemis-amqp-protocol
CAMEL-23311 identified this but was closed after only confirming
`activemq-artemis-version` was already at the current version (2.55.0 via
dependabot) — the groupId in the dependency declarations was never updated. The
build currently emits relocation warnings:
{noformat}
[WARNING] The artifact org.apache.activemq:artemis-jakarta-server:jar:2.55.0
has been relocated to org.apache.artemis:artemis-jakarta-server:jar:2.55.0
[WARNING] The artifact org.apache.activemq:artemis-jakarta-client:jar:2.55.0
has been relocated to org.apache.artemis:artemis-jakarta-client:jar:2.55.0
[WARNING] The artifact org.apache.activemq:artemis-server:jar:2.55.0 has been
relocated to org.apache.artemis:artemis-server:jar:2.55.0
[WARNING] The artifact org.apache.activemq:artemis-amqp-protocol:jar:2.55.0 has
been relocated to org.apache.artemis:artemis-amqp-protocol:jar:2.55.0
{noformat}
Affected files:
- test-infra/camel-test-infra-artemis/pom.xml
- tests/camel-itest/pom.xml
Fix: update the groupId to `org.apache.artemis` for these dependencies.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)