mirror of
https://github.com/apache/activemq.git
synced 2025-03-01 21:59:10 +00:00
This reverts commit 4ee29c363fbcc754f69ebc57b45f84a549f7d130. We need to remove the dependency on Spring DM before doing this (cherry picked from commit 7eb25ec50bd3af931c6ae876d9f7bef09385ba43)
This commit is contained in:
parent
b47d544f3f
commit
0ebc7a4da8
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<!-- Bundles needed if only client will be deployed in the container -->
|
<!-- Bundles needed if only client will be deployed in the container -->
|
||||||
<feature name="activemq-client" description="ActiveMQ client libraries" version="${project.version}" resolver="(obr)" start-level="50">
|
<feature name="activemq-client" description="ActiveMQ client libraries" version="${project.version}" resolver="(obr)" start-level="50">
|
||||||
<feature version="[3.2,5)">spring</feature>
|
<feature version="[3.2,4)">spring</feature>
|
||||||
<feature>spring-dm</feature>
|
<feature>spring-dm</feature>
|
||||||
<bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle>
|
<bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle>
|
||||||
<bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
|
<bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user