Updated build.gradle with new upper range for org.apache.commons.net

Updated build.gradle with new upper range for org.apache.commons.net
This commit is contained in:
Oleg Zhurakousky
2012-01-06 15:55:41 -05:00
committed by Mark Fisher
parent dc2550fa0c
commit 33fb666bdd

View File

@@ -212,7 +212,6 @@ project('spring-integration-feed') {
importTemplate += [
'org.apache.commons.logging;version="[1.1.1, 2.0.0)"',
'org.apache.commons.lang.*;version="[2.5.0, 3.0.0)"',
'org.apache.commons.net.*;version="[2.0.0, 3.0.0)"',
'org.springframework.integration.*;version="[2.1.0, 2.1.1)"',
'org.springframework.scheduling.*;version="[3.0.5, 4.0.0)"',
'org.springframework.beans.*;version="[3.0.5, 4.0.0)"',
@@ -264,7 +263,7 @@ project('spring-integration-ftp') {
bundleSymbolicName = 'org.springframework.integration.ftp'
importTemplate += [
'org.apache.commons.logging;version="[1.1.1, 2.0.0)"',
'org.apache.commons.net.*;version="[2.0.0, 3.0.0)"',
'org.apache.commons.net.*;version="[2.0.0, 3.1.0)"',
'org.springframework.integration.*;version="[2.1.0, 2.1.1)"',
'org.springframework.beans.*;version="[3.0.5, 4.0.0)"',
'org.springframework.context;version="[3.0.5, 4.0.0)"',