This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push: new 224b841 Remove dead comment. 224b841 is described below commit 224b841f4790583d9887f01c8720616f53987403 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 20 10:25:19 2021 -0500 Remove dead comment. --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 98b4f64..27d968d 100644 --- a/pom.xml +++ b/pom.xml @@ -102,8 +102,6 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <!-- Sigh, Net is on Java 7, IO 2.7 and up require Java 8. --> - <!-- <version>2.8.0</version> --> <version>2.8.0</version> <scope>test</scope> </dependency>