Merge pull request #651 from garyrussell/INT-2782

INT-2782 Fix spring-retry Import-Package
This commit is contained in:
Mark Fisher
2012-10-12 10:21:30 -04:00

View File

@@ -186,9 +186,10 @@ project('spring-integration-core') {
bundlor {
bundleSymbolicName = 'org.springframework.integration'
importTemplate += [
'org.springframework.retry.*;version="[1.0.2, 2.0.0)"',
'org.springframework.classify.*;version="[1.0.2, 2.0.0)"', // package is in spring-retry
'org.springframework.*;version="[3.0.7, 4.0.0)"',
'org.springframework.transaction;version="[3.0.7, 4.0.0)";resolution:=optional',
'org.springframework.retry;version="[1.0.2, 2.0.0)"',
'org.apache.commons.logging;version="[1.1.1, 2.0.0)"',
'org.aopalliance.*;version="[1.0.0, 2.0.0)"',
'org.codehaus.jackson.*;version="[1.0.0, 2.0.0)";resolution:=optional',