Switching the version for Spring in features-core.xml to allow Spring
4.x versions.
This commit is contained in:
Christopher L. Shannon (cshannon) 2016-01-21 16:09:30 +00:00
parent 4ecff14030
commit 4ee29c363f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<!-- 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 version="[3.2,4)">spring</feature>
<feature version="[3.2,5)">spring</feature>
<feature>spring-dm</feature>
<bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle>
<bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>