From 88a63b5964041f216f459e6d9138ca705f8cd963 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Thu, 24 Jan 2013 22:16:18 -0600 Subject: [PATCH] [399030] change exact version restriction for org.apache.commons.net to a versionRange, add same restriction to source feature --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1b6568691e4..45ac8d0ddd1 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,14 @@ eclipse-plugin org.apache.commons.net - 2.2.0.v201101241833 + [2.2,3.0) + + + + eclipse-plugin + org.apache.commons.net.source + + [2.2,3.0)