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
14 lines
544 B
Plaintext
14 lines
544 B
Plaintext
Bundle-SymbolicName: org.springframework.integration.test
|
|
Bundle-Name: Spring Integration Test Support
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-ManifestVersion: 2
|
|
Import-Template:
|
|
org.apache.tools.ant.*;version="[1.7.0, 2.0.0)",
|
|
org.springframework.*;version="[3.0.3, 4.0.0)",
|
|
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
|
|
junit.framework.*;version="[4.6.0, 4.7.0)",
|
|
org.junit.*;version="[4.6.0, 4.7.0)",
|
|
org.mockito.*;version="[1.6.0, 2.0.0)",
|
|
org.hamcrest.*;version="[1.1.0, 1.1.0]",
|
|
org.objenesis.*;version="[1.0.0, 2.0.0)"
|