Author: simonetripodi
Date: Mon Feb 27 16:39:55 2012
New Revision: 1294205

URL: http://svn.apache.org/viewvc?rev=1294205&view=rev
Log:
dropped unused beanutils compile dependency, the digester brings its own to 
process the XML config

Modified:
    commons/proper/chain/trunk/pom.xml

Modified: commons/proper/chain/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1294205&r1=1294204&r2=1294205&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Mon Feb 27 16:39:55 2012
@@ -152,12 +152,6 @@
   <dependencies>
 
     <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.8.3</version>
-    </dependency>
-
-    <dependency>
       <groupId>commons-digester</groupId>
       <artifactId>commons-digester</artifactId>
       <version>2.1</version>


Reply via email to