mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2938 - jasypt for karaf feature
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1000891 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54bce47a81
commit
f2733a26ec
|
@ -25,11 +25,13 @@
|
|||
<bundle>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
|
||||
<bundle>mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1</bundle>
|
||||
<bundle>mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1</bundle>
|
||||
<bundle>mvn:commons-pool/commons-pool/${commons-pool-version}</bundle>
|
||||
<bundle>mvn:commons-pool/commons-pool/${commons-pool-version}</bundle>
|
||||
<bundle>mvn:commons-collections/commons-collections/${commons-collections-version}</bundle>
|
||||
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-lang/2.4_3</bundle>
|
||||
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-codec/1.3_3</bundle>
|
||||
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.oro/2.0.8_3</bundle>
|
||||
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.6.2_3</bundle>
|
||||
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.6_1</bundle>
|
||||
<bundle>mvn:org.apache.activemq/activemq-core/${activemq-version}</bundle>
|
||||
<bundle>mvn:org.apache.activemq/kahadb/${activemq-version}</bundle>
|
||||
<bundle>mvn:org.apache.activemq/activemq-console/${activemq-version}</bundle>
|
||||
|
@ -58,4 +60,4 @@
|
|||
<feature name="activemq-web-console" version="${activemq-version}">
|
||||
<bundle>war:mvn:org.apache.activemq/activemq-web-console/${activemq-version}/war?Webapp-Context=activemq-web-console</bundle>
|
||||
</feature>
|
||||
</features>
|
||||
</features>
|
||||
|
|
Loading…
Reference in New Issue