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 2013/02/12 20:15:54 UTC

svn commit: r1445318 - /commons/sandbox/weaver/branches/mjb/modules/privilizer/weaver/pom.xml

Author: mbenson
Date: Tue Feb 12 19:15:54 2013
New Revision: 1445318

URL: http://svn.apache.org/r1445318
Log:
unused dependency

Modified:
    commons/sandbox/weaver/branches/mjb/modules/privilizer/weaver/pom.xml

Modified: commons/sandbox/weaver/branches/mjb/modules/privilizer/weaver/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/branches/mjb/modules/privilizer/weaver/pom.xml?rev=1445318&r1=1445317&r2=1445318&view=diff
==============================================================================
--- commons/sandbox/weaver/branches/mjb/modules/privilizer/weaver/pom.xml (original)
+++ commons/sandbox/weaver/branches/mjb/modules/privilizer/weaver/pom.xml Tue Feb 12 19:15:54 2013
@@ -49,11 +49,6 @@
       <artifactId>javassist</artifactId>
       <version>3.16.1-GA</version>
     </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.4</version>
-    </dependency>
   </dependencies>
 
   <build>