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:
committed by
Mark Fisher
parent
dc2550fa0c
commit
33fb666bdd
@@ -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)"',
|
||||
|
||||
Reference in New Issue
Block a user