You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/07/04 17:20:42 UTC

svn commit: r419028 - /maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml

Author: evenisse
Date: Tue Jul  4 08:20:42 2006
New Revision: 419028

URL: http://svn.apache.org/viewvc?rev=419028&view=rev
Log:
Add missing dependency

Modified:
    maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml?rev=419028&r1=419027&r2=419028&view=diff
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml Tue Jul  4 08:20:42 2006
@@ -131,6 +131,10 @@
       <artifactId>continuum-notifier-msn</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-mail-sender-api</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-provider-api</artifactId>
       <scope>runtime</scope>