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 2013/03/06 20:14:50 UTC

svn commit: r1453485 - /commons/proper/fileupload/trunk/pom.xml

Author: simonetripodi
Date: Wed Mar  6 19:14:49 2013
New Revision: 1453485

URL: http://svn.apache.org/r1453485
Log:
[FILEUPLOAD-183] # resolve commons-io dependency scope moved to compile, users who do not want to have it have to exclude the dependency #resolve

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

Modified: commons/proper/fileupload/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=1453485&r1=1453484&r2=1453485&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Wed Mar  6 19:14:49 2013
@@ -184,7 +184,6 @@
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <version>2.2</version>
-      <optional>true</optional>
     </dependency>
   </dependencies>