You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/08/08 12:10:16 UTC

svn commit: r1511664 - /commons/proper/validator/trunk/pom.xml

Author: ebourg
Date: Thu Aug  8 10:10:15 2013
New Revision: 1511664

URL: http://svn.apache.org/r1511664
Log:
Add a direct dependency on Commons Collections instead of relying on the optional transitive dependency through BeanUtils

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

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1511664&r1=1511663&r2=1511664&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Thu Aug  8 10:10:15 2013
@@ -240,6 +240,12 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.1</version>
+    </dependency>
+
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.2</version>