You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/19 18:26:51 UTC

svn commit: r795565 - /maven/plugins/trunk/maven-jarsigner-plugin/pom.xml

Author: bentmann
Date: Sun Jul 19 16:26:51 2009
New Revision: 795565

URL: http://svn.apache.org/viewvc?rev=795565&view=rev
Log:
o Removed unused dependency

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

Modified: maven/plugins/trunk/maven-jarsigner-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/pom.xml?rev=795565&r1=795564&r2=795565&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jarsigner-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jarsigner-plugin/pom.xml Sun Jul 19 16:26:51 2009
@@ -72,12 +72,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-model</artifactId>
-      <version>${mavenVersion}</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
       <version>${mavenVersion}</version>
     </dependency>