You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jc...@apache.org on 2007/09/28 16:54:18 UTC

svn commit: r580377 - /commons/sandbox/proxy/trunk/pom.xml

Author: jcarman
Date: Fri Sep 28 07:54:17 2007
New Revision: 580377

URL: http://svn.apache.org/viewvc?rev=580377&view=rev
Log:
Removed unnecessary dependencies.

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

Modified: commons/sandbox/proxy/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/proxy/trunk/pom.xml?rev=580377&r1=580376&r2=580377&view=diff
==============================================================================
--- commons/sandbox/proxy/trunk/pom.xml (original)
+++ commons/sandbox/proxy/trunk/pom.xml Fri Sep 28 07:54:17 2007
@@ -179,21 +179,9 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>commons-pool</groupId>
-            <artifactId>commons-pool</artifactId>
-            <version>1.2</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
             <version>3.1</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>commons-discovery</groupId>
-            <artifactId>commons-discovery</artifactId>
-            <version>0.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>