Merge pull request #584 from jbonofre/AMQ-8025

Improve ActiveMQ feature to avoid mistake to use Spring 5
This commit is contained in:
Jean-Baptiste Onofré 2020-11-23 10:57:34 +01:00 committed by GitHub
commit 1a6aede5a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">