AMQ-4903: AMQ Karaf should depend to http feature instead of jetty to support both Karaf 2.x and 3.x. Thanks to Jean for the patch.

This commit is contained in:
Claus Ibsen 2013-11-27 11:28:33 +01:00
parent a7f57b5407
commit 927be0ce7a
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<!-- All bundles needed by the broker -->
<feature name="activemq" description="ActiveMQ broker libraries" version="${project.version}" resolver="(obr)" start-level="50">
<feature>jetty</feature>
<feature>http</feature>
<feature version="${project.version}">activemq-client</feature>
<bundle>mvn:org.apache.activemq/activemq-karaf/${project.version}</bundle>
<bundle dependency="true">mvn:org.apache.xbean/xbean-spring/${xbean-version}</bundle>
@ -64,4 +64,4 @@
<bundle dependency="true">mvn:org.scala-lang/scala-library/${scala-version}</bundle>
-->
</feature>
</features>
</features>