You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2016/01/27 18:10:40 UTC

[jira] [Closed] (MWAR-361) Removed unused dependencies in project

     [ https://issues.apache.org/jira/browse/MWAR-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise closed MWAR-361.
------------------------------------
    Resolution: Fixed

Fixed in [r1727130|http://svn.apache.org/r1727130]

> Removed unused dependencies in project
> --------------------------------------
>
>                 Key: MWAR-361
>                 URL: https://issues.apache.org/jira/browse/MWAR-361
>             Project: Maven WAR Plugin
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>             Fix For: 3.0.0
>
>
> Currently the following dependencies are not being used:
> {code:xml}
>      <dependency>
>        <groupId>org.apache.maven</groupId>
>        <artifactId>maven-artifact</artifactId>
>       <version>${mavenVersion}</version>
>     </dependency>
> <dependency>
>        <groupId>org.apache.maven</groupId>
>        <artifactId>maven-settings</artifactId>
>        <version>${mavenVersion}</version>
> </dependency>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)