mirror of https://github.com/apache/activemq.git
[AMQ-8025] Improve ActiveMQ feature to avoid mistake to use Spring 5
This commit is contained in:
parent
5c7e23ac90
commit
5a54d03f96
|
@ -20,8 +20,7 @@
|
||||||
|
|
||||||
<features name="activemq-core-${project.version}">
|
<features name="activemq-core-${project.version}">
|
||||||
|
|
||||||
<!-- In order to work with any Karaf version, the user has to add spring-legacy features repo by hand corresponding to his Karaf version -->
|
<repository>mvn:org.apache.karaf.features/spring-legacy/[4,5)/xml/features</repository>
|
||||||
<!-- <repository>mvn:org.apache.karaf.features/spring-legacy/[4,5)/xml/features</repository> -->
|
|
||||||
|
|
||||||
<!-- 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">
|
||||||
|
|
Loading…
Reference in New Issue