From 33fb666bdd47dbfad67aa9a3998a4a89f5c45245 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 6 Jan 2012 15:55:41 -0500 Subject: [PATCH] Updated build.gradle with new upper range for org.apache.commons.net Updated build.gradle with new upper range for org.apache.commons.net --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)"',