Author: tfischer
Date: Thu May 17 05:22:35 2007
New Revision: 538885
URL: http://svn.apache.org/viewvc?view=rev&rev=538885
Log:
updated library dependencies
Modified:
db/torque/generator/trunk/pom.xml
db/torque/generator/trunk/project.xml
db/torque/maven-plugin/trunk/project.xml
db/torque/maven2-plugin/trunk/pom.xml
db/torque/runtime/trunk/pom.xml
db/torque/runtime/trunk/project.xml
Modified: db/torque/generator/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/generator/trunk/pom.xml?view=diff&rev=538885&r1=538884&r2=538885
==============================================================================
--- db/torque/generator/trunk/pom.xml (original)
+++ db/torque/generator/trunk/pom.xml Thu May 17 05:22:35 2007
@@ -37,32 +37,26 @@
<dependency>
<artifactId>ant</artifactId>
<type>jar</type>
- <groupId>ant</groupId>
- <version>1.6.5</version>
+ <groupId>org.apache.ant</groupId>
+ <version>1.7.0</version>
</dependency>
<dependency>
<artifactId>commons-collections</artifactId>
<type>jar</type>
<groupId>commons-collections</groupId>
- <version>3.1</version>
+ <version>3.2</version>
</dependency>
<dependency>
<artifactId>commons-lang</artifactId>
<type>jar</type>
<groupId>commons-lang</groupId>
- <version>2.1</version>
+ <version>2.3</version>
</dependency>
<dependency>
<artifactId>commons-logging</artifactId>
<type>jar</type>
<groupId>commons-logging</groupId>
- <version>1.0.4</version>
- </dependency>
- <dependency>
- <groupId>avalon-logkit</groupId>
- <artifactId>avalon-logkit</artifactId>
- <version>2.1</version>
- <type>jar</type>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>org.apache.torque</groupId>
@@ -107,6 +101,12 @@
<groupId>junit</groupId>
<version>3.8.1</version>
<scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- needed for velocity in the ant version -->
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
</dependency>
</dependencies>
Modified: db/torque/generator/trunk/project.xml
URL:
http://svn.apache.org/viewvc/db/torque/generator/trunk/project.xml?view=diff&rev=538885&r1=538884&r2=538885
==============================================================================
--- db/torque/generator/trunk/project.xml (original)
+++ db/torque/generator/trunk/project.xml Thu May 17 05:22:35 2007
@@ -36,8 +36,8 @@
<dependency>
<artifactId>ant</artifactId>
<type>jar</type>
- <groupId>ant</groupId>
- <version>1.6.5</version>
+ <groupId>org.apache.ant</groupId>
+ <version>1.7.0</version>
<url>http://ant.apache.org/</url>
<properties>
<dist.bundle>true</dist.bundle>
@@ -47,7 +47,7 @@
<artifactId>commons-collections</artifactId>
<type>jar</type>
<groupId>commons-collections</groupId>
- <version>3.1</version>
+ <version>3.2</version>
<url>http://jakarta.apache.org/commons/collections/</url>
<properties>
<dist.bundle>true</dist.bundle>
@@ -57,7 +57,7 @@
<artifactId>commons-lang</artifactId>
<type>jar</type>
<groupId>commons-lang</groupId>
- <version>2.1</version>
+ <version>2.3</version>
<url>http://jakarta.apache.org/commons/lang/</url>
<properties>
<dist.bundle>true</dist.bundle>
@@ -67,7 +67,7 @@
<artifactId>commons-logging</artifactId>
<type>jar</type>
<groupId>commons-logging</groupId>
- <version>1.0.4</version>
+ <version>1.1</version>
<url>http://jakarta.apache.org/commons/logging/</url>
<properties>
<dist.bundle>true</dist.bundle>
Modified: db/torque/maven-plugin/trunk/project.xml
URL:
http://svn.apache.org/viewvc/db/torque/maven-plugin/trunk/project.xml?view=diff&rev=538885&r1=538884&r2=538885
==============================================================================
--- db/torque/maven-plugin/trunk/project.xml (original)
+++ db/torque/maven-plugin/trunk/project.xml Thu May 17 05:22:35 2007
@@ -39,49 +39,49 @@
<dependencies>
<dependency>
<artifactId>ant</artifactId>
- <groupId>ant</groupId>
- <version>1.6.5</version>
+ <groupId>org.apache.ant</groupId>
+ <version>1.7.0</version>
<url>http://ant.apache.org/</url>
</dependency>
<dependency>
<artifactId>commons-collections</artifactId>
<groupId>commons-collections</groupId>
- <version>3.1</version>
+ <version>3.2</version>
<url>http://jakarta.apache.org/commons/collections/</url>
</dependency>
<dependency>
<artifactId>commons-configuration</artifactId>
<groupId>commons-configuration</groupId>
- <version>1.1</version>
+ <version>1.4</version>
<url>http://jakarta.apache.org/commons/configuration/</url>
</dependency>
<dependency>
<artifactId>commons-dbcp</artifactId>
<groupId>commons-dbcp</groupId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
<url>http://jakarta.apache.org/commons/dbcp/</url>
</dependency>
<dependency>
<artifactId>commons-lang</artifactId>
<groupId>commons-lang</groupId>
- <version>2.1</version>
+ <version>2.3</version>
<url>http://jakarta.apache.org/commons/lang/</url>
</dependency>
<dependency>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
- <version>1.0.4</version>
+ <version>1.1</version>
<url>http://jakarta.apache.org/commons/logging/</url>
</dependency>
<dependency>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
- <version>1.2.8</version>
+ <version>1.2.14</version>
<url>http://logging.apache.org/log4j/</url>
</dependency>
Modified: db/torque/maven2-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/maven2-plugin/trunk/pom.xml?view=diff&rev=538885&r1=538884&r2=538885
==============================================================================
--- db/torque/maven2-plugin/trunk/pom.xml (original)
+++ db/torque/maven2-plugin/trunk/pom.xml Thu May 17 05:22:35 2007
@@ -79,12 +79,12 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.8</version>
+ <version>1.2.14</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
- <version>1.2</version>
+ <version>1.4</version>
</dependency>
<dependency>
Modified: db/torque/runtime/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/runtime/trunk/pom.xml?view=diff&rev=538885&r1=538884&r2=538885
==============================================================================
--- db/torque/runtime/trunk/pom.xml (original)
+++ db/torque/runtime/trunk/pom.xml Thu May 17 05:22:35 2007
@@ -55,37 +55,47 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.1</version>
+ <version>3.2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xerces</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
- <version>1.2</version>
+ <version>1.4</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.1</version>
+ <version>2.3</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
- <version>1.2</version>
+ <version>1.3</version>
</dependency>
<dependency>
@@ -136,6 +146,12 @@
<artifactId>avalon-framework-impl</artifactId>
<version>4.3</version>
<scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.0</version>
</dependency>
<dependency>
Modified: db/torque/runtime/trunk/project.xml
URL:
http://svn.apache.org/viewvc/db/torque/runtime/trunk/project.xml?view=diff&rev=538885&r1=538884&r2=538885
==============================================================================
--- db/torque/runtime/trunk/project.xml (original)
+++ db/torque/runtime/trunk/project.xml Thu May 17 05:22:35 2007
@@ -69,7 +69,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.1</version>
+ <version>3.2</version>
<url>http://jakarta.apache.org/commons/collections/</url>
<properties>
<dist.bundle>true</dist.bundle>
@@ -79,7 +79,7 @@
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
- <version>1.2</version>
+ <version>1.4</version>
<url>http://jakarta.apache.org/commons/configuration/</url>
<properties>
<dist.bundle>true</dist.bundle>
@@ -89,7 +89,7 @@
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
<url>http://jakarta.apache.org/commons/dbcp/</url>
<properties>
<dist.bundle>true</dist.bundle>
@@ -99,7 +99,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.1</version>
+ <version>2.3</version>
<url>http://jakarta.apache.org/commons/lang/</url>
<properties>
<dist.bundle>true</dist.bundle>
@@ -109,7 +109,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
+ <version>1.1</version>
<url>http://jakarta.apache.org/commons/logging/</url>
<properties>
<dist.bundle>true</dist.bundle>
@@ -119,7 +119,7 @@
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
- <version>1.2</version>
+ <version>1.3</version>
<url>http://jakarta.apache.org/commons/pool/</url>
<properties>
<dist.bundle>true</dist.bundle>
@@ -149,16 +149,6 @@
<version>1.2.1</version>
<url>http://java.sun.com/products/jndi/</url>
</dependency>
-
- <!--dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.8</version>
- <url>http://logging.apache.org/log4j/</url>
- <properties>
- <dist.bundle>true</dist.bundle>
- </properties>
- </dependency-->
<dependency>
<groupId>village</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]