You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2013/05/03 21:30:51 UTC

svn commit: r1478942 - /incubator/jspwiki/branches/MVN3_BRANCH/pom.xml

Author: juanpablo
Date: Fri May  3 19:30:43 2013
New Revision: 1478942

URL: http://svn.apache.org/r1478942
Log:
commons-io now has scope compile on current trunk

Modified:
    incubator/jspwiki/branches/MVN3_BRANCH/pom.xml

Modified: incubator/jspwiki/branches/MVN3_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/pom.xml?rev=1478942&r1=1478941&r2=1478942&view=diff
==============================================================================
--- incubator/jspwiki/branches/MVN3_BRANCH/pom.xml (original)
+++ incubator/jspwiki/branches/MVN3_BRANCH/pom.xml Fri May  3 19:30:43 2013
@@ -70,6 +70,12 @@
       </dependency>
 
       <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>1.4</version>
+      </dependency>
+
+      <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
         <version>2.6</version>
@@ -248,13 +254,6 @@
 
       <!-- runtime dependencies -->
       <dependency>
-        <groupId>commons-io</groupId>
-        <artifactId>commons-io</artifactId>
-        <version>1.4</version>
-        <scope>runtime</scope>
-      </dependency>
-
-      <dependency>
         <groupId>nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
         <version>0.9.4</version>