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 21:51:08 UTC

svn commit: r1065108 - in /commons/sandbox/digester3/trunk: pom.xml src/main/java/org/apache/commons/beanutils/

Author: simonetripodi
Date: Sat Jan 29 20:51:07 2011
New Revision: 1065108

URL: http://svn.apache.org/viewvc?rev=1065108&view=rev
Log:
back to commons-beanutils dependency, other rules use more features and could cause retro-compatibility issues
let's demonstrate first that the EDSL works, then maybe in the future think about how to improve the engine

Removed:
    commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/beanutils/
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=1065108&r1=1065107&r2=1065108&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/pom.xml (original)
+++ commons/sandbox/digester3/trunk/pom.xml Sat Jan 29 20:51:07 2011
@@ -76,6 +76,12 @@
 
     <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>