Author: tfischer Date: Fri Jul 15 13:56:52 2011 New Revision: 1147155 URL: http://svn.apache.org/viewvc?rev=1147155&view=rev Log: - update to newest java 1.5 compatible dbcp version - update to newest commons-lang version - remove direct dependency on commons-pool as we only have an indirect dependency through commons-dbcp
Modified: db/torque/torque4/trunk/torque-runtime/pom.xml Modified: db/torque/torque4/trunk/torque-runtime/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/pom.xml?rev=1147155&r1=1147154&r2=1147155&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-runtime/pom.xml (original) +++ db/torque/torque4/trunk/torque-runtime/pom.xml Fri Jul 15 13:56:52 2011 @@ -78,13 +78,13 @@ <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> - <version>1.2.2</version> + <version>1.3</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.3</version> + <version>2.6</version> </dependency> <dependency> @@ -100,12 +100,6 @@ </dependency> <dependency> - <groupId>commons-pool</groupId> - <artifactId>commons-pool</artifactId> - <version>1.3</version> - </dependency> - - <dependency> <groupId>org.apache.jcs</groupId> <artifactId>jcs</artifactId> <version>1.3</version> --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org