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 df2c4e8 Revert "ARTEMIS-3221 - revert changes to
artemis-openwire-client feature, it is not jakarta ready"
df2c4e8 is described below
commit df2c4e80e46a70d83a91ba4f8cbadd48c3da2743
Author: gtully <[email protected]>
AuthorDate: Wed Oct 13 10:22:30 2021 +0100
Revert "ARTEMIS-3221 - revert changes to artemis-openwire-client feature,
it is not jakarta ready"
This reverts commit 6e888be70a0e00fda8772b4630ce28ed7ea2e01f.
---
artemis-features/src/main/resources/features.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/artemis-features/src/main/resources/features.xml
b/artemis-features/src/main/resources/features.xml
index e8b10c1..fe57cf8 100644
--- a/artemis-features/src/main/resources/features.xml
+++ b/artemis-features/src/main/resources/features.xml
@@ -140,7 +140,9 @@
<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
dependency="true">mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.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>mvn:org.apache.activemq/activemq-client/${activemq5-version}</bundle>
</feature>