Update of /var/cvs/contributions/CMSContainer_Portlets/portlets-preferences
In directory james.mmbase.org:/tmp/cvs-serv672/portlets-preferences
Modified Files:
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.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- project.xml 27 Nov 2008 14:28:48 -0000 1.4
+++ project.xml 27 Nov 2008 14:44:56 -0000 1.5
@@ -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