Update of /var/cvs/contributions/CMSContainer_Modules/community
In directory james.mmbase.org:/tmp/cvs-serv6010
Modified Files:
project.xml
Log Message:
Spring context in service
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community
Index: project.xml
===================================================================
RCS file: /var/cvs/contributions/CMSContainer_Modules/community/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- project.xml 10 Dec 2007 09:21:22 -0000 1.2
+++ project.xml 25 Jan 2008 14:44:35 -0000 1.3
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<project>
<extend>${basedir}/../maven-base/project.xml</extend>
- <artifactId>cmsc-modules-community</artifactId>
+ <artifactId>cmsc-modules-community2</artifactId>
<name>Community module</name>
<shortDescription>Remember users and roles.</shortDescription>
- <description>
- Remember users and roles.
- </description>
+ <description>Remember users and roles.</description>
+
<dependencies>
+
<!-- Hibernate dependencies -->
<dependency>
<groupId>asm</groupId>
@@ -18,221 +19,122 @@
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
-
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- <version>2.1_3</version>
- <type>jar</type>
- <properties>
- <war.bundle>${war.bundle}</war.bundle>
- </properties>
- </dependency>
-
<dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.2.2</version>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>2.7.6</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
-
<dependency>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- <version>1.3</version>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ <version>2.1.3</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
-
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
- <version>1.5</version>
+ <version>1.6.1</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
-
<dependency>
- <groupId>ejb-persistence</groupId>
+ <groupId>hibernate</groupId>
<artifactId>ejb3-persistence</artifactId>
- <version>3.1beta4</version>
+ <version>3.0</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
-
<dependency>
<groupId>hibernate</groupId>
<artifactId>hibernate</artifactId>
- <version>3.1</version>
+ <version>3.2.5.GA</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
-
<dependency>
<groupId>hibernate</groupId>
- <artifactId>hibernate-annotations</artifactId>
- <version>3.1beta7</version>
- <type>jar</type>
- <properties>
- <war.bundle>${war.bundle}</war.bundle>
- </properties>
- </dependency>
-
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <version>1.0.1B</version>
- <type>jar</type>
- <properties>
- <war.bundle>${war.bundle}</war.bundle>
- </properties>
- </dependency>
-
- <dependency>
- <groupId>lucene</groupId>
- <artifactId>lucene</artifactId>
- <version>1.4.3</version>
- <type>jar</type>
- <properties>
- <war.bundle>${war.bundle}</war.bundle>
- </properties>
- </dependency>
-
- <dependency>
- <groupId>springframework</groupId>
- <artifactId>spring</artifactId>
- <version>1.2.7</version>
- <type>jar</type>
- <properties>
- <war.bundle>${war.bundle}</war.bundle>
- </properties>
- </dependency>
-
- <dependency>
- <groupId>springframework</groupId>
- <artifactId>spring-aop</artifactId>
- <version>1.2.7</version>
- <type>jar</type>
- <properties>
- <war.bundle>${war.bundle}</war.bundle>
- </properties>
- </dependency>
-
- <dependency>
- <groupId>springframework</groupId>
- <artifactId>spring-beans</artifactId>
- <version>1.2.7</version>
- <type>jar</type>
- <properties>
- <war.bundle>${war.bundle}</war.bundle>
- </properties>
- </dependency>
-
- <dependency>
- <groupId>springframework</groupId>
- <artifactId>spring-context</artifactId>
- <version>1.2.7</version>
- <type>jar</type>
- <properties>
- <war.bundle>${war.bundle}</war.bundle>
- </properties>
- </dependency>
-
- <dependency>
- <groupId>springframework</groupId>
- <artifactId>spring-core</artifactId>
- <version>1.2.7</version>
+ <artifactId>hibernate-entitymanager</artifactId>
+ <version>3.3.1.GA</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
-
<dependency>
- <groupId>springframework</groupId>
- <artifactId>spring-dao</artifactId>
- <version>1.2.7</version>
- <type>jar</type>
- <properties>
- <war.bundle>${war.bundle}</war.bundle>
- </properties>
- </dependency>
-
- <dependency>
- <groupId>springframework</groupId>
- <artifactId>spring-hibernate</artifactId>
- <version>1.2.7</version>
+ <groupId>hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <version>3.3.0.GA</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
-
<dependency>
- <groupId>springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- <version>1.2.7</version>
+ <groupId>hibernate</groupId>
+ <artifactId>hibernate-commons-annotations</artifactId>
+ <version>3.0.0.GA</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
-
<dependency>
- <groupId>springframework</groupId>
- <artifactId>spring-mock</artifactId>
- <version>1.2.7</version>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <version>1.0.1B</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
+<!-- Spring dependencies -->
<dependency>
<groupId>springframework</groupId>
- <artifactId>spring-orm</artifactId>
- <version>1.2.7</version>
+ <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-remoting</artifactId>
- <version>1.2.7</version>
+ <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-support</artifactId>
- <version>1.2.7</version>
+ <artifactId>spring-webmvc-struts</artifactId>
+ <version>2.5.1</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
+<!-- Ageci Security -->
<dependency>
- <groupId>springframework</groupId>
- <artifactId>spring-web</artifactId>
- <version>1.2.7</version>
+ <groupId>acegisecurity</groupId>
+ <artifactId>acegi-security</artifactId>
+ <version>1.0.6</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs