You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2011/01/05 19:55:44 UTC

svn commit: r1055581 - /mina/vysper/trunk/server/core/pom.xml

Author: ngn
Date: Wed Jan  5 18:55:44 2011
New Revision: 1055581

URL: http://svn.apache.org/viewvc?rev=1055581&view=rev
Log:
Make dependency on commons-io explicit

Modified:
    mina/vysper/trunk/server/core/pom.xml

Modified: mina/vysper/trunk/server/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/pom.xml?rev=1055581&r1=1055580&r2=1055581&view=diff
==============================================================================
--- mina/vysper/trunk/server/core/pom.xml (original)
+++ mina/vysper/trunk/server/core/pom.xml Wed Jan  5 18:55:44 2011
@@ -89,6 +89,11 @@
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
       
     <dependency>
       <groupId>commons-lang</groupId>