mirror of https://github.com/apache/activemq.git
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:
parent
a7f57b5407
commit
927be0ce7a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue