Files
spring-integration/spring-integration-xml/template.mf
Chris Beams 41e8194239 Revert update to 3.0.4 (INT-1293) due to SpEL issue (SPR-7519)
Upon updating to 3.0.4 the build fails with SpEL error code EL1004E when
executing test method shouldFindSimpleAggregatorMethodWithArray().
Reverting for now, but SPR-7519 has been created for tracking what
appears to be a minor SpEL regression.

- template.mf files now declare range [3.0.3, 4.0.0) for all Spring dependencies

- pom.xml files reverted to dependence on 3.0.3.RELEASE
2010-09-02 12:42:23 +00:00

18 lines
786 B
Plaintext

Bundle-SymbolicName: org.springframework.integration.xml
Bundle-Name: Spring Integration XML Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.3, 4.0.0)",
org.springframework.core.*;version="[3.0.3, 4.0.0)",
org.springframework.util.*;version="[3.0.3, 4.0.0)",
org.springframework.expression.*;version="[3.0.3, 4.0.0)",
org.springframework.context.expression.*;version="[3.0.3, 4.0.0)",
org.springframework.oxm;version="[1.5.7.A, 2.0.0)";resolution:=optional,
org.springframework.xml.*;version="[1.5.7.A, 2.0.0)",
org.apache.commons.logging.*;version="[1.0,2.0)",
org.w3c.dom.*;version="0",
org.xml.sax.*;version="0",
javax.xml.*;version="0"