You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2010/05/28 19:31:45 UTC

svn commit: r949236 - /directory/apacheds/trunk/all/pom.xml

Author: kayyagari
Date: Fri May 28 17:31:45 2010
New Revision: 949236

URL: http://svn.apache.org/viewvc?rev=949236&view=rev
Log:
fix for DIRSERVER-1487

Modified:
    directory/apacheds/trunk/all/pom.xml

Modified: directory/apacheds/trunk/all/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/all/pom.xml?rev=949236&r1=949235&r2=949236&view=diff
==============================================================================
--- directory/apacheds/trunk/all/pom.xml (original)
+++ directory/apacheds/trunk/all/pom.xml Fri May 28 17:31:45 2010
@@ -213,6 +213,14 @@
       <groupId>${project.groupId}</groupId>
       <version>${project.version}</version>
     </dependency>
+    
+    <!-- the parent pom defines commons-io with test scope,
+     so including here explicitly to include the classes from commons-io -->
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    
   </dependencies>
 
   <build>