You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/07/07 19:08:28 UTC

svn commit: r554227 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: dennisl
Date: Sat Jul  7 10:08:27 2007
New Revision: 554227

URL: http://svn.apache.org/viewvc?view=rev&rev=554227
Log:
o Add a dependency on plexus-container-default that is required by, but not specified in, plexus-velocity.

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

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?view=diff&rev=554227&r1=554226&r2=554227
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sat Jul  7 10:08:27 2007
@@ -118,6 +118,12 @@
       <version>1.1.4</version>
     </dependency>
     <dependency>
+      <!-- Required by plexus-velocity -->
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.0-alpha-15</version>
+    </dependency>
+    <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-mail-sender-simple</artifactId>
       <version>1.0-alpha-2</version>