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 2014/11/19 09:48:09 UTC

svn commit: r1640500 - /sling/trunk/contrib/scripting/sightly/engine/pom.xml

Author: fmeschbe
Date: Wed Nov 19 08:48:08 2014
New Revision: 1640500

URL: http://svn.apache.org/r1640500
Log:
SLING-4182 Down to Commons IO 1.4

Commons IO 1.4 has all required API and properly exports the expected API version 1.4

This closes #44

Modified:
    sling/trunk/contrib/scripting/sightly/engine/pom.xml

Modified: sling/trunk/contrib/scripting/sightly/engine/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/sightly/engine/pom.xml?rev=1640500&r1=1640499&r2=1640500&view=diff
==============================================================================
--- sling/trunk/contrib/scripting/sightly/engine/pom.xml (original)
+++ sling/trunk/contrib/scripting/sightly/engine/pom.xml Wed Nov 19 08:48:08 2014
@@ -253,7 +253,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.0</version>
+            <version>1.4</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>