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

Modified Files:
      Tag: b1_5
        project.xml 
Log Message:
CMSC-950 - Did remove to much deps. Added a few again.


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


Index: project.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-preferences/project.xml,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -b -r1.3.2.1 -r1.3.2.2
--- project.xml 27 Nov 2008 14:28:29 -0000      1.3.2.1
+++ project.xml 27 Nov 2008 14:44:50 -0000      1.3.2.2
@@ -11,5 +11,51 @@
          <version>${cmsc.version}</version>
          <type>jar</type>
       </dependency>
+      <dependency>
+         <groupId>hibernate</groupId>
+         <artifactId>ejb3-persistence</artifactId>
+         <version>3.0</version>
+         <type>jar</type>
+         <properties>
+            <war.bundle>${war.bundle}</war.bundle>
+         </properties>
+      </dependency>
+      <dependency>
+         <groupId>acegisecurity</groupId>
+         <artifactId>acegi-security</artifactId>
+         <version>1.0.6</version>
+         <type>jar</type>
+         <properties>
+            <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>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to