[ https://issues.apache.org/jira/browse/MINVOKER-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise closed MINVOKER-202.
----------------------------------------
Resolution: Fixed
Assignee: Karl Heinz Marbaise
Done in [r1737354|http://svn.apache.org/r1737354]
> 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
> 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
(v6.3.4#6332)
|