[
https://issues.apache.org/jira/browse/MINVOKER-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise moved MJAR-211 to MINVOKER-202:
---------------------------------------------------
Fix Version/s: (was: 3.0.0)
3.0.0
Affects Version/s: (was: 3.0.0)
3.0.0
Key: MINVOKER-202 (was: MJAR-211)
Project: Maven Invoker Plugin (was: Maven JAR Plugin)
> Remove unused ant dependency
> ----------------------------
>
> Key: MINVOKER-202
> URL: https://issues.apache.org/jira/browse/MINVOKER-202
> Project: Maven Invoker Plugin
> Issue Type: Improvement
> Affects Versions: 3.0.0
> Reporter: 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
(v6.3.4#6332)