Added commons-io-2.4 as a runtime dependency.

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/parser@1377644 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 69e8a88..e578f2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,13 @@
       <artifactId>fulcrum-pool</artifactId>
       <version>1.0.4</version>
     </dependency>
+    <dependency>
+    	<groupId>commons-io</groupId>
+    	<artifactId>commons-io</artifactId>
+    	<version>2.4</version>
+    	<type>jar</type>
+    	<scope>runtime</scope>
+    </dependency>
 
     <!-- testing dependencies -->
     <dependency>