You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2011/05/08 21:04:55 UTC

svn commit: r1100794 - /commons/sandbox/performance/trunk/pom.xml

Author: psteitz
Date: Sun May  8 19:04:55 2011
New Revision: 1100794

URL: http://svn.apache.org/viewvc?rev=1100794&view=rev
Log:
Updated dependency versions and added pool2 snapshot.

Modified:
    commons/sandbox/performance/trunk/pom.xml

Modified: commons/sandbox/performance/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/pom.xml?rev=1100794&r1=1100793&r2=1100794&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/pom.xml (original)
+++ commons/sandbox/performance/trunk/pom.xml Sun May  8 19:04:55 2011
@@ -51,27 +51,32 @@
     <dependency>
       <groupId>commons-digester</groupId>
       <artifactId>commons-digester</artifactId>
-      <version>1.4.1</version>
+      <version>1.8</version>
     </dependency>
    <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
-      <version>1.2.2</version>
+      <version>1.4</version>
     </dependency>
     <dependency>
        <groupId>commons-pool</groupId>
        <artifactId>commons-pool</artifactId>
-       <version>1.4</version>
+       <version>1.5.6</version>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.commons</groupId>
+       <artifactId>commons-pool2</artifactId>
+       <version>2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
        <groupId>org.apache.commons</groupId>
        <artifactId>commons-math</artifactId>
-       <version>2.1</version>
+       <version>2.2</version>
     </dependency>
     <dependency>
        <groupId>commons-httpclient</groupId>
        <artifactId>commons-httpclient</artifactId>
-       <version>3.0.1</version>
+       <version>3.1</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>