Karl Heinz Marbaise created MJAR-211:
----------------------------------------

             Summary: Remove unused ant dependency
                 Key: MJAR-211
                 URL: https://issues.apache.org/jira/browse/MJAR-211
             Project: Maven JAR 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)

Reply via email to