Update of /var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter
In directory james.mmbase.org:/tmp/cvs-serv32205/portlets-newsletter

Modified Files:
        project.xml 
Log Message:
CMSC-708  add depends


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter
See also: http://www.mmbase.org/jira/browse/CMSC-708


Index: project.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- project.xml 23 Apr 2008 08:26:01 -0000      1.6
+++ project.xml 23 Apr 2008 08:35:14 -0000      1.7
@@ -77,6 +77,34 @@
             <war.bundle>${war.bundle}</war.bundle>
          </properties>
       </dependency>
+      <!-- Spring dependencies -->
+    <dependency>
+      <groupId>springframework</groupId>
+      <artifactId>spring</artifactId>
+      <version>2.5.1</version>
+      <type>jar</type>
+      <properties>
+        <war.bundle>${war.bundle}</war.bundle>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>springframework</groupId>
+      <artifactId>spring-test</artifactId>
+      <version>2.5.1</version>
+      <type>jar</type>
+      <properties>
+        <war.bundle>${war.bundle}</war.bundle>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>springframework</groupId>
+      <artifactId>spring-webmvc-struts</artifactId>
+      <version>2.5.1</version>
+      <type>jar</type>
+      <properties>
+        <war.bundle>${war.bundle}</war.bundle>
+      </properties>
+    </dependency>
    </dependencies>
 </project>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to