You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/08/09 13:32:05 UTC

svn commit: r802520 - /maven/plugins/trunk/maven-pdf-plugin/pom.xml

Author: vsiveton
Date: Sun Aug  9 11:32:05 2009
New Revision: 802520

URL: http://svn.apache.org/viewvc?rev=802520&view=rev
Log:
o added missing dependency

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

Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=802520&r1=802519&r2=802520&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Sun Aug  9 11:32:05 2009
@@ -86,6 +86,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
+      <artifactId>maven-settings</artifactId>
+      <version>${mavenVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
       <artifactId>maven-model</artifactId>
       <version>${mavenVersion}</version>
     </dependency>