You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/01/29 17:46:44 UTC

svn commit: r1727614 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Author: khmarbaise
Date: Fri Jan 29 16:46:43 2016
New Revision: 1727614

URL: http://svn.apache.org/viewvc?rev=1727614&view=rev
Log:
[MWAR-361] Removed unused dependencies in project
 o Removed maven-model, cause it is not being used.

Modified:
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1727614&r1=1727613&r2=1727614&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Fri Jan 29 16:46:43 2016
@@ -83,11 +83,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-model</artifactId>
-      <version>${mavenVersion}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
       <version>${mavenVersion}</version>
     </dependency>