Author: taylor
Date: Fri Dec 8 13:08:12 2006
New Revision: 484782
URL: http://svn.apache.org/viewvc?view=rev&rev=484782
Log:
update maven-2 build for serializer
Modified:
portals/jetspeed-2/trunk/components/serializer/pom.xml
portals/jetspeed-2/trunk/pom.xml
Modified: portals/jetspeed-2/trunk/components/serializer/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/serializer/pom.xml?view=diff&rev=484782&r1=484781&r2=484782
==============================================================================
--- portals/jetspeed-2/trunk/components/serializer/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/serializer/pom.xml Fri Dec 8 13:08:12
2006
@@ -54,18 +54,20 @@
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
+ <dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
</dependency>
<dependency>
<groupId>javolution</groupId>
<artifactId>javolution</artifactId>
- <version>4.0.2</version>
</dependency>
<dependency>
- <groupId>DdlUtils</groupId>
- <artifactId>DdlUtils</artifactId>
- <version>1.0-RC1-PATCHED</version>
+ <groupId>ddlutils</groupId>
+ <artifactId>ddlutils</artifactId>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
Modified: portals/jetspeed-2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/pom.xml?view=diff&rev=484782&r1=484781&r2=484782
==============================================================================
--- portals/jetspeed-2/trunk/pom.xml (original)
+++ portals/jetspeed-2/trunk/pom.xml Fri Dec 8 13:08:12 2006
@@ -149,6 +149,7 @@
<castor.version>0.9.4.3</castor.version>
<cglib.version>2.0.2</cglib.version>
<commons-beanutils.version>1.7.0</commons-beanutils.version>
+ <commons-betwixt.version>20061115</commons-betwixt.version>
<commons-codec.version>1.3</commons-codec.version>
<commons-collections.version>3.1</commons-collections.version>
<commons-configuration.version>1.1</commons-configuration.version>
@@ -160,8 +161,10 @@
<commons-lang.version>2.1</commons-lang.version>
<commons-logging.version>1.0.3</commons-logging.version>
<commons-pool.version>1.2</commons-pool.version>
+ <ddlutils.version>1.0-RC1-PATCHED</ddlutils.version>
<directory.version>0.9.3</directory.version>
<hsqldb.version>1.8.0.2</hsqldb.version>
+ <javolution.version>4.0.2</javolution.version>
<javax.activation.version>1.0.2</javax.activation.version>
<javax.mail.version>1.3.3</javax.mail.version>
<javax.servlet.jstl.version>1.0.6</javax.servlet.jstl.version>
@@ -200,8 +203,6 @@
<xalan.version>2.4.1</xalan.version>
<xerces.version>2.3.0</xerces.version>
<xml-apis.version>1.0.b2</xml-apis.version>
- <xstream.version>1.1.2</xstream.version>
-
</properties>
<!-- Default Modules -->
@@ -733,11 +734,21 @@
<version>${nekohtml.version}</version>
</dependency>
<dependency>
- <groupId>xstream</groupId>
- <artifactId>xstream</artifactId>
- <version>${xstream.version}</version>
- </dependency>
-
+ <groupId>javolution</groupId>
+ <artifactId>javolution</artifactId>
+ <version>${javolution.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>${commons-beanutils.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-betwixt</groupId>
+ <artifactId>commons-betwixt</artifactId>
+ <version>${commons-betwixt.version}</version>
+ </dependency>
+
<!-- Database -->
<dependency>
<groupId>javax.transaction</groupId>
@@ -758,6 +769,11 @@
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>ddlutils</groupId>
+ <artifactId>ddlutils</artifactId>
+ <version>${ddlutils.version}</version>
</dependency>
<!-- LDAP -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]