This is an automated email from the ASF dual-hosted git repository.
gtully pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 6e888be ARTEMIS-3221 - revert changes to artemis-openwire-client
feature, it is not jakarta ready
6e888be is described below
commit 6e888be70a0e00fda8772b4630ce28ed7ea2e01f
Author: gtully <[email protected]>
AuthorDate: Tue Oct 12 17:03:20 2021 +0100
ARTEMIS-3221 - revert changes to artemis-openwire-client feature, it is not
jakarta ready
---
artemis-features/src/main/resources/features.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/artemis-features/src/main/resources/features.xml
b/artemis-features/src/main/resources/features.xml
index fe57cf8..e8b10c1 100644
--- a/artemis-features/src/main/resources/features.xml
+++ b/artemis-features/src/main/resources/features.xml
@@ -140,9 +140,7 @@
<feature>transaction</feature>
<bundle
dependency="true">mvn:org.fusesource.hawtbuf/hawtbuf/${hawtbuff.version}</bundle>
<bundle
dependency="true">mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1</bundle>
-
<bundle>mvn:jakarta.ejb/jakarta.ejb-api/${jakarta.ejb-api.version}</bundle>
-
<bundle>mvn:jakarta.transaction/jakarta.transaction-api/${jakarta.transaction-api.version}</bundle>
-
<bundle>mvn:jakarta.management.j2ee/jakarta.management.j2ee-api/${jakarta.management.j2ee-api.version}</bundle>
+ <bundle
dependency="true">mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1</bundle>
<bundle>mvn:org.apache.activemq/activemq-client/${activemq5-version}</bundle>
</feature>