https://issues.apache.org/jira/browse/AMQ-3142 - use 5.4.2 activemq-karaf for 2.1.x compatibility

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1084933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2011-03-24 12:35:50 +00:00
parent 228abac0c1
commit d68ef66f7b
1 changed files with 1 additions and 4 deletions

View File

@ -18,7 +18,6 @@
-->
<features name="activemq-${activemq-version}">
<repository>mvn:org.apache.karaf/apache-karaf/2.1.0/xml/features</repository>
<feature name="activemq" version="${activemq-version}">
<bundle>mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle>
@ -37,9 +36,7 @@
<bundle>mvn:org.apache.activemq/activemq-console/${activemq-version}</bundle>
<bundle>mvn:org.apache.activemq/activemq-ra/${activemq-version}</bundle>
<bundle>mvn:org.apache.activemq/activemq-pool/${activemq-version}</bundle>
<bundle>mvn:org.apache.felix/org.apache.felix.gogo.command/0.8.0</bundle>
<bundle>mvn:org.apache.felix/org.apache.felix.gogo.runtime/0.8.0</bundle>
<bundle>mvn:org.apache.activemq/activemq-karaf/${activemq-version}</bundle>
<bundle>mvn:org.apache.activemq/activemq-karaf/5.4.2</bundle> <!-- use the old one for compatibility reasons -->
<bundle>mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/${aries-version}</bundle>
</feature>