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/05/16 15:57:45 UTC

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

Author: vsiveton
Date: Sat May 16 13:57:45 2009
New Revision: 775467

URL: http://svn.apache.org/viewvc?rev=775467&view=rev
Log:
o added plexus-interpolation dep

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=775467&r1=775466&r2=775467&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Sat May 16 13:57:45 2009
@@ -136,6 +136,11 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-interpolation</artifactId>
+      <version>1.7</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-i18n</artifactId>
       <version>1.0-beta-7</version>
       <exclusions>