You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/07/26 19:17:42 UTC

svn commit: r1151178 - in /incubator/lcf/trunk: CHANGES.txt framework/ui-core/pom.xml

Author: kwright
Date: Tue Jul 26 17:17:41 2011
New Revision: 1151178

URL: http://svn.apache.org/viewvc?rev=1151178&view=rev
Log:
Fix for CONNECTORS-231.

Modified:
    incubator/lcf/trunk/CHANGES.txt
    incubator/lcf/trunk/framework/ui-core/pom.xml

Modified: incubator/lcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/CHANGES.txt?rev=1151178&r1=1151177&r2=1151178&view=diff
==============================================================================
--- incubator/lcf/trunk/CHANGES.txt (original)
+++ incubator/lcf/trunk/CHANGES.txt Tue Jul 26 17:17:41 2011
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 0.3-dev =========================
 
+CONNECTORS-231: Missing dependency in pom.xml.
+(Piergiorgio Lucidi)
+
 CONNECTORS-227: Fix the error reporting so it includes the problem message.
 (Piergiorgio Lucidi)
 

Modified: incubator/lcf/trunk/framework/ui-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/ui-core/pom.xml?rev=1151178&r1=1151177&r2=1151178&view=diff
==============================================================================
--- incubator/lcf/trunk/framework/ui-core/pom.xml (original)
+++ incubator/lcf/trunk/framework/ui-core/pom.xml Tue Jul 26 17:17:41 2011
@@ -56,5 +56,10 @@
 			<artifactId>commons-fileupload</artifactId>
 			<version>1.2.2</version>
 		</dependency>
+		<dependency>
+			<groupId>org.apache.commons</groupId>
+			<artifactId>commons-io</artifactId>
+			<version>1.3.2</version>
+		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file