[AMQ-8025] Improve ActiveMQ feature to avoid mistake to use Spring 5

This commit is contained in:
jbonofre 2020-11-22 14:13:58 +01:00
parent 5c7e23ac90
commit 5a54d03f96
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@
<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 -->
<feature name="activemq-client" description="ActiveMQ client libraries" version="${project.version}" resolver="(obr)" start-level="50">