This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/artemis.git
commit 04aea915d0ad7ad80a6832acdb3cff6293962d7b Author: Robbie Gemmell <[email protected]> AuthorDate: Tue Dec 23 16:55:29 2025 +0000 ARTEMIS-5816: add relocation for artemis-jakarta-client-osgi to bom --- artemis-bom/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/artemis-bom/pom.xml b/artemis-bom/pom.xml index 2701432748..13afb4759e 100644 --- a/artemis-bom/pom.xml +++ b/artemis-bom/pom.xml @@ -318,6 +318,11 @@ <artifactId>artemis-jakarta-client-all</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.activemq</groupId> + <artifactId>artemis-jakarta-client-osgi</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-jakarta-openwire-protocol</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
