Author: mbenson
Date: Sun Apr 28 03:05:33 2013
New Revision: 1476712
URL: http://svn.apache.org/r1476712
Log:
add commons-io to managed deps
Modified:
commons/sandbox/weaver/branches/priv-asm/pom.xml
Modified: commons/sandbox/weaver/branches/priv-asm/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/weaver/branches/priv-asm/pom.xml?rev=1476712&r1=1476711&r2=1476712&view=diff
==============================================================================
--- commons/sandbox/weaver/branches/priv-asm/pom.xml (original)
+++ commons/sandbox/weaver/branches/priv-asm/pom.xml Sun Apr 28 03:05:33 2013
@@ -94,6 +94,11 @@
<version>3.1</version>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.17.1-GA</version>