[
https://issues.apache.org/jira/browse/MINVOKER-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958582#comment-17958582
]
Olivier Lamy commented on MINVOKER-202:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-invoker-plugin#648|https://github.com/apache/maven-invoker-plugin/issues/648].
> Remove unused ant dependency
> ----------------------------
>
> Key: MINVOKER-202
> URL: https://issues.apache.org/jira/browse/MINVOKER-202
> Project: Maven Invoker Plugin (Moved to GitHub Issues)
> Issue Type: Improvement
> Affects Versions: 3.0.0
> Reporter: Karl Heinz Marbaise
> Assignee: Karl Heinz Marbaise
> Priority: Minor
> Fix For: 3.0.0
>
>
> The following dependency seemed not being used:
> {code:xml}
> <dependency>
> <groupId>org.apache.ant</groupId>
> <artifactId>ant</artifactId>
> <version>1.8.1</version>
> <exclusions>
> <exclusion>
> <groupId>org.apache.ant</groupId>
> <artifactId>ant-launcher</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)