Update of /var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter
In directory james.mmbase.org:/tmp/cvs-serv23728/portlets-newsletter
Modified Files:
project.xml
Log Message:
CMSC-1139 - Check if the dependencies in newsletter are correct and all needed
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter
See also: http://www.mmbase.org/jira/browse/CMSC-1139
Index: project.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- project.xml 13 Apr 2009 08:19:54 -0000 1.17
+++ project.xml 14 Apr 2009 06:42:15 -0000 1.18
@@ -7,68 +7,28 @@
<dependencies>
<dependency>
<groupId>finalist</groupId>
- <artifactId>cmsc-contentrepository</artifactId>
- <version>${cmsc.version}</version>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>finalist</groupId>
- <artifactId>cmsc-sitemanagement</artifactId>
- <version>${cmsc.version}</version>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>finalist</groupId>
<artifactId>cmsc-edit-webapp</artifactId>
<version>${cmsc.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>finalist</groupId>
- <artifactId>cmsc-contentrepository</artifactId>
- <version>${cmsc.version}</version>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>finalist</groupId>
<artifactId>cmsc-modules-community</artifactId>
<version>${cmsc.version}</version>
<type>jar</type>
</dependency>
+ <!-- workflow -->
<dependency>
<groupId>finalist</groupId>
- <artifactId>cmsc-modules-publish-remote</artifactId>
- <version>${cmsc.version}</version>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>finalist</groupId>
- <artifactId>cmsc-contentrepository</artifactId>
- <version>${cmsc.version}</version>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>finalist</groupId>
- <artifactId>cmsc-portal</artifactId>
- <version>${cmsc.version}</version>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>finalist</groupId>
- <artifactId>cmsc-portlets</artifactId>
- <version>${cmsc.version}</version>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>finalist</groupId>
- <artifactId>cmsc-taglib</artifactId>
+ <artifactId>cmsc-portlets-login</artifactId>
<version>${cmsc.version}</version>
<type>jar</type>
</dependency>
+ <!-- hibernate -->
<dependency>
- <groupId>acegisecurity</groupId>
- <artifactId>acegi-security</artifactId>
- <version>1.0.6</version>
+ <groupId>hibernate</groupId>
+ <artifactId>ejb3-persistence</artifactId>
+ <version>3.0</version>
<type>jar</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
@@ -102,6 +62,15 @@
<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>
<!-- XStream dependencies -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
@@ -118,19 +87,6 @@
<war.bundle>${war.bundle}</war.bundle>
</properties>
</dependency>
- <!-- workflow -->
- <dependency>
- <groupId>finalist</groupId>
- <artifactId>cmsc-servicemanagement</artifactId>
- <version>${cmsc.version}</version>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>finalist</groupId>
- <artifactId>cmsc-portlets-login</artifactId>
- <version>${cmsc.version}</version>
- <type>jar</type>
- </dependency>
</dependencies>
</project>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs