You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/03/11 20:11:16 UTC

svn commit: r516991 - /struts/struts2/trunk/apps/mailreader/pom.xml

Author: mrdon
Date: Sun Mar 11 12:11:15 2007
New Revision: 516991

URL: http://svn.apache.org/viewvc?view=rev&rev=516991
Log:
Adding spring plugin to mailreader as it seems to be required
WW-1715

Modified:
    struts/struts2/trunk/apps/mailreader/pom.xml

Modified: struts/struts2/trunk/apps/mailreader/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/pom.xml?view=diff&rev=516991&r1=516990&r2=516991
==============================================================================
--- struts/struts2/trunk/apps/mailreader/pom.xml (original)
+++ struts/struts2/trunk/apps/mailreader/pom.xml Sun Mar 11 12:11:15 2007
@@ -31,7 +31,11 @@
            <artifactId>struts-mailreader-dao</artifactId>
            <version>1.3.5</version>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-spring-plugin</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
     </dependencies>
 
     <build>