diff --git a/build.gradle b/build.gradle index 7273d66e19..375121c327 100644 --- a/build.gradle +++ b/build.gradle @@ -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)"',