[ https://issues.apache.org/jira/browse/MWAR-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15123780#comment-15123780 ]
Hudson commented on MWAR-361: ----------------------------- SUCCESS: Integrated in maven-plugins #5038 (See [https://builds.apache.org/job/maven-plugins/5038/]) [MWAR-361] Removed unused dependencies in project o Removed maven-model, cause it is not being used. (khmarbaise: [http://svn.apache.org/viewvc/?view=rev&rev=1727614]) * maven-war-plugin/pom.xml > 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)