You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2005/09/05 16:27:39 UTC

svn commit: r278746 - /jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml

Author: henning
Date: Mon Sep  5 07:27:36 2005
New Revision: 278746

URL: http://svn.apache.org/viewcvs?rev=278746&view=rev
Log:
Dependency updates:

- Framework to 4.3 (including api and impl)
- Beanutils to 1.7.0
- Collections to 3.1
- Configuration to 1.1
- Digester to 1.7
- Lang to 2.1
- dom4j to 1.6.1
- excalibur-component to 2.1
- excalibur-instrument to ...-api 2.1
- excalibur-logger to 2.1
- excalibur-pool to ...-api 2.1
- javamail to 1.3.3
- oro to 2.0.8
- log4j to 1.2.11
- logkit to avalon-logkit 2.1
- stratum to 1.0
- velocity to 1.4
- village to 2.0
- xalan to 2.7.0
- xmlrpc to 2.0

- hqldb to 1.7.3.3 (testing)

Stuff that is in 1.4.x JDK but not in 1.3.x commented out. You must
comment this in to build on 1.3.x JDK. This removes our dependency on
Sun downloaded JDBC and JNDI (which both are part of the 1.4+ JDK).


Modified:
    jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml?rev=278746&r1=278745&r2=278746&view=diff
==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml Mon Sep  5 07:27:36 2005
@@ -361,15 +361,29 @@
   <dependencies>
     <dependency>
       <groupId>avalon-framework</groupId>
-      <artifactId>avalon-framework</artifactId>
-      <version>4.1.4</version>
-      <url>http://avalon.apache.org/</url>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3</version>
+      <url>http://excalibur.apache.org/framework/index.html</url>
+      <type>jar</type>
+    </dependency>
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3</version>
+      <url>http://excalibur.apache.org/framework/index.html</url>
+      <type>jar</type>
+    </dependency>
+    <dependency>
+      <groupId>avalon-logkit</groupId>
+      <artifactId>avalon-logkit</artifactId>
+      <version>2.1</version>
+      <url></url>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.6.1</version>
+      <artifactId>commons-beanutils-core</artifactId>
+      <version>1.7.0</version>
       <url>http://jakarta.apache.org/commons/beanutils/</url>
       <type>jar</type>
     </dependency>
@@ -383,21 +397,21 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.0</version>
+      <version>3.1</version>
       <url>http://jakarta.apache.org/commons/collections/</url>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
       <url>http://jakarta.apache.org/commons/configuration/</url>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>commons-digester</groupId>
       <artifactId>commons-digester</artifactId>
-      <version>1.5</version>
+      <version>1.7</version>
       <url>http://jakarta.apache.org/commons/digester/</url>
       <type>jar</type>
     </dependency>
@@ -418,7 +432,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <version>2.1</version>
       <url>http://jakarta.apache.org/commons/lang/</url>
       <type>jar</type>
     </dependency>
@@ -446,7 +460,7 @@
     <dependency>
       <groupId>dom4j</groupId>
       <artifactId>dom4j</artifactId>
-      <version>1.4</version>
+      <version>1.6.1</version>
       <url>http://www.dom4j.org/</url>
       <type>jar</type>
     </dependency>
@@ -460,28 +474,28 @@
     <dependency>
       <groupId>excalibur-component</groupId>
       <artifactId>excalibur-component</artifactId>
-      <version>1.1</version>
+      <version>2.1</version>
       <url>http://excalibur.apache.org/</url>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>excalibur-instrument</groupId>
-      <artifactId>excalibur-instrument</artifactId>
-      <version>1.0</version>
+      <artifactId>excalibur-instrument-api</artifactId>
+      <version>2.1</version>
       <url>http://excalibur.apache.org/</url>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>excalibur-logger</groupId>
       <artifactId>excalibur-logger</artifactId>
-      <version>1.0.1</version>
+      <version>2.1</version>
       <url>http://excalibur.apache.org/logger.html</url>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>excalibur-pool</groupId>
-      <artifactId>excalibur-pool</artifactId>
-      <version>1.2</version>
+      <artifactId>excalibur-pool-api</artifactId>
+      <version>2.1</version>
       <url>http://excalibur.apache.org/</url>
       <type>jar</type>
     </dependency>
@@ -495,29 +509,14 @@
     <dependency>
       <groupId>javamail</groupId>
       <artifactId>javamail</artifactId>
-      <version>1.3.1</version>
-      <version>1.3.2</version>
+      <version>1.3.3</version>
       <url>http://java.sun.com/products/javamail/</url>
       <type>jar</type>
     </dependency>
     <dependency>
-      <groupId>jdbc</groupId>
-      <artifactId>jdbc</artifactId>
-      <version>2.0</version>
-      <url>http://java.sun.com/products/jdbc/</url>
-      <type>jar</type>
-    </dependency>
-    <dependency>
-      <groupId>jndi</groupId>
-      <artifactId>jndi</artifactId>
-      <version>1.2.1</version>
-      <url>http://java.sun.com/products/jndi/</url>
-      <type>jar</type>
-    </dependency>
-    <dependency>
       <groupId>oro</groupId>
       <artifactId>oro</artifactId>
-      <version>2.0.7</version>
+      <version>2.0.8</version>
       <url>http://jakarta.apache.org/oro/</url>
       <type>jar</type>
     </dependency>
@@ -531,18 +530,11 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.8</version>
+      <version>1.2.11</version>
       <url>http://logging.apache.org/log4j/</url>
       <type>jar</type>
     </dependency>
     <dependency>
-      <groupId>logkit</groupId>
-      <artifactId>logkit</artifactId>
-      <version>1.0.1</version>
-      <url>http://avalon.apache.org/products/runtime/system/logging/</url>
-      <type>jar</type>
-    </dependency>
-    <dependency>
       <groupId>servletapi</groupId>
       <artifactId>servletapi</artifactId>
       <version>2.3</version>
@@ -552,7 +544,7 @@
     <dependency>
       <groupId>stratum</groupId>
       <artifactId>stratum</artifactId>
-      <version>1.0-b5</version>
+      <version>1.0</version>
       <url>http://jakarta.apache.org/turbine/stratum/</url>
       <type>jar</type>
     </dependency>
@@ -566,25 +558,54 @@
     <dependency>
       <groupId>velocity</groupId>
       <artifactId>velocity</artifactId>
-      <version>1.3.1</version>
+      <version>1.4</version>
       <url>http://jakarta.apache.org/velocity/</url>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>village</groupId>
       <artifactId>village</artifactId>
-      <version>2.0-dev-20030825</version>
-      <url>http://share.whichever.com/index.php?SCREEN=village</url>
+      <version>2.0</version>
+      <url>http://www.softwareforge.de/projects/village/</url>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
-      <version>2.5.1</version>
+      <version>2.7.0</version>
       <url>http://xml.apache.org/xalan-j/</url>
       <type>jar</type>
     </dependency>
     <dependency>
+      <groupId>xmlrpc</groupId>
+      <artifactId>xmlrpc</artifactId>
+      <version>2.0</version>
+      <url>http://xml.apache.org/xmlrpc/</url>
+      <type>jar</type>
+    </dependency>
+
+<!-- 
+========================================================================
+==                                                                    ==
+== uncomment these dependencies if you are using a 1.3 JDK            ==
+==                                                                    ==
+========================================================================
+
+    <dependency>
+      <groupId>jdbc</groupId>
+      <artifactId>jdbc</artifactId>
+      <version>2.0</version>
+      <url>http://java.sun.com/products/jdbc/</url>
+      <type>jar</type>
+    </dependency>
+    <dependency>
+      <groupId>jndi</groupId>
+      <artifactId>jndi</artifactId>
+      <version>1.2.1</version>
+      <url>http://java.sun.com/products/jndi/</url>
+      <type>jar</type>
+    </dependency>
+    <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
       <version>2.4.0</version>
@@ -598,16 +619,22 @@
       <url>http://xml.apache.org/commons/</url>
       <type>jar</type>
     </dependency>
-    <dependency>
-      <groupId>xmlrpc</groupId>
-      <artifactId>xmlrpc</artifactId>
-      <version>1.2-b1</version>
-      <url>http://xml.apache.org/xmlrpc/</url>
-      <type>jar</type>
-    </dependency>
 
-    <!-- Needed only for testing -->
+========================================================================
+==                                                                    ==
+== uncomment these dependencies if you are using a 1.3 JDK            ==
+==                                                                    ==
+========================================================================
+-->
+
 
+<!-- 
+========================================================================
+==                                                                    ==
+== needed only for testing                                            ==
+==                                                                    ==
+========================================================================
+-->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -625,13 +652,27 @@
     <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>1.7.1</version>
+      <version>1.7.3.3</version>
       <url>http://hsqldb.sourceforge.net/</url>
       <type>jar</type>
     </dependency>
 
-    <!-- Ah well. And then there is maven...  -->
-
+<!-- 
+========================================================================
+==                                                                    ==
+== needed only for testing                                            ==
+==                                                                    ==
+========================================================================
+-->
+
+
+<!-- 
+========================================================================
+==                                                                    ==
+== maven related plugins                                              ==
+==                                                                    ==
+========================================================================
+-->
     <dependency>
       <groupId>torque</groupId>
       <artifactId>maven-torque-plugin</artifactId>
@@ -724,6 +765,14 @@
       <type>plugin</type>
     </dependency>
   </dependencies>
+
+<!-- 
+========================================================================
+==                                                                    ==
+== maven related plugins                                              ==
+==                                                                    ==
+========================================================================
+-->
 
   <build>
     <sourceDirectory>target/src</sourceDirectory>



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org