This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git
commit 95e4722788c8d442dc8cb1fbc7be9d83e46fb0c5 Author: Michael Osipov <[email protected]> AuthorDate: Tue Nov 16 20:51:19 2021 +0100 Remove note about Ant runtime requirements We are stopping tests with anything prior 1.9. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5d2bcc7..43bf6a8 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,6 @@ <dependencies> <dependency> - <!-- NOTE: The target runtime is actually Ant 1.7+ but for compilation we need some newer APIs --> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>${antVersion}</version>
