You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2016/05/23 17:04:23 UTC

svn commit: r1745236 - /commons/proper/weaver/trunk/processor/pom.xml

Author: mbenson
Date: Mon May 23 17:04:23 2016
New Revision: 1745236

URL: http://svn.apache.org/viewvc?rev=1745236&view=rev
Log:
[WEAVER-15] depend on commons-io explicitly

Modified:
    commons/proper/weaver/trunk/processor/pom.xml

Modified: commons/proper/weaver/trunk/processor/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/processor/pom.xml?rev=1745236&r1=1745235&r2=1745236&view=diff
==============================================================================
--- commons/proper/weaver/trunk/processor/pom.xml (original)
+++ commons/proper/weaver/trunk/processor/pom.xml Mon May 23 17:04:23 2016
@@ -54,6 +54,10 @@ under the License.
       <artifactId>commons-collections4</artifactId>
     </dependency>
     <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>