Author: ludwig
Date: Mon Aug 27 11:17:47 2012
New Revision: 1377644
URL: http://svn.apache.org/viewvc?rev=1377644&view=rev
Log:
Added commons-io-2.4 as a runtime dependency.
Modified:
turbine/fulcrum/trunk/parser/pom.xml
Modified: turbine/fulcrum/trunk/parser/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/pom.xml?rev=1377644&r1=1377643&r2=1377644&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parser/pom.xml (original)
+++ turbine/fulcrum/trunk/parser/pom.xml Mon Aug 27 11:17:47 2012
@@ -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>