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 256503d9f8d11ca7adb0dd15837328d88ff56a65 Author: Robbie Gemmell <[email protected]> AuthorDate: Tue Dec 23 16:50:47 2025 +0000 ARTEMIS-5756: add artemis-jakarta-client-osgi to the bom --- artemis-bom/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/artemis-bom/pom.xml b/artemis-bom/pom.xml index 5f5f4c1688..2701432748 100644 --- a/artemis-bom/pom.xml +++ b/artemis-bom/pom.xml @@ -116,6 +116,11 @@ <artifactId>artemis-jakarta-client-all</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.artemis</groupId> + <artifactId>artemis-jakarta-client-osgi</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.artemis</groupId> <artifactId>artemis-jakarta-openwire-protocol</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
