You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/01/29 20:48:18 UTC

svn commit: r1065094 - /commons/sandbox/digester3/trunk/pom.xml

Author: simonetripodi
Date: Sat Jan 29 19:48:18 2011
New Revision: 1065094

URL: http://svn.apache.org/viewvc?rev=1065094&view=rev
Log:
removed beanutils dependency

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

Modified: commons/sandbox/digester3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/pom.xml?rev=1065094&r1=1065093&r2=1065094&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/pom.xml (original)
+++ commons/sandbox/digester3/trunk/pom.xml Sat Jan 29 19:48:18 2011
@@ -76,12 +76,6 @@
 
     <dependencies>
         <dependency>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-            <version>1.8.3</version>
-        </dependency>
-
-        <dependency> 
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
             <version>1.1.1</version>