You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/01/29 14:55:32 UTC

svn commit: r616322 - /incubator/sling/trunk/jcr/resource/pom.xml

Author: fmeschbe
Date: Tue Jan 29 05:55:30 2008
New Revision: 616322

URL: http://svn.apache.org/viewvc?rev=616322&view=rev
Log:
Add commons-collections dependency

Modified:
    incubator/sling/trunk/jcr/resource/pom.xml

Modified: incubator/sling/trunk/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/resource/pom.xml?rev=616322&r1=616321&r2=616322&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/resource/pom.xml (original)
+++ incubator/sling/trunk/jcr/resource/pom.xml Tue Jan 29 05:55:30 2008
@@ -170,6 +170,11 @@
         </dependency>
 
         <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>